David Tavarez

Results 13 comments of David Tavarez

Using [msbuild](https://docs.microsoft.com/en-us/visualstudio/msbuild/how-to-build-specific-targets-in-solutions-by-using-msbuild-exe?view=vs-2017) is pretty simple. Also I'm testing [ConfuserEx 2](https://github.com/mkaring/ConfuserEx).

``` mono ~/Development/Confuser/ConfuserEx/Confuser.CLI.exe Confuser.crproj [±module/boo/screenshot ●] [INFO] Confuser.Core 1.1.0+a36320377a Copyright © 2014 Ki, 2018 Martin Karing [INFO] Running on Unix 4.9.0.8, 5.16.0.220 (tarball Wed Jan 2 21:11:29 UTC 2019), 64...

After trying to find a workaround, `ConfuserEx` won't work right now because ConfuserEx has to resolve all dependencies of the assembly to work properly. `System.Security.Cryptography.ECDiffieHellmanCng` is only available on Windows...

I'm testing an Elliptic-curve Diffie–Hellman Key Exchange Algorithm implementation using `BouncyCastle`. Here's the branch https://github.com/davidtavarez/SILENTTRINITY/tree/breaking/diffie-hellman I was able to obfuscate the `exe` using the ConfuserEX cli with this configuration: ```xml...

why? and how? do you have an example?

Before merging this, I suggest to make sure the nodes in the list are reachable and working properly. Also the GrinCC is running a public node on Testnet that can...

@montymxb @kingmatusevich is this issue closed?

Here is some python code: ```python import hmac from hashlib import blake2b, sha512 import bip32 from bip32 import BIP32 from bip_utils import Bech32Encoder from mnemonic import Mnemonic from nacl import...

Maybe not related. But also I noticed that very often the node fails to send the initial Hand message to perform the Handshake.