#1
|
|||
|
|||
StringDecryptor
StringDecryptor
Decrypt encrypted string from an .NET assembly. Supported methods: return type string + Parameters: string, int,int+int,uint,uint+uint, string+int, int+int+int for int: parameter int Note: Doesn't work well with control flow obfuscation: de-obfuscate the file first! Simple how to use: Click "..." in the front of "Name of file to decrypt (mandatory)", select a file, click "Load and autodetect" and finally click on "Decrypt strings" In StringDecryptor v3: - added a optional textbox: file to load which is assembly to be loaded; file to decrypt and file to load should be compatible - added "Patch Agile" for being able to decrypt Agile assemblies - added "decrypt int" for decrypting int constants - will only decrypts methods having as parameter a int - added parameters to see parameter of added string decrypt methods - added "only string(int)" to remove all methods which returns a string and don't have an int as parameter - speed optimization Last edited by CodeCracker; 08-21-2024 at 16:25. |
The Following 9 Users Say Thank You to CodeCracker For This Useful Post: | ||
chants (08-21-2024), Doit (08-22-2024), kienmanowar (08-21-2024), MarcElBichon (08-21-2024), pnta (08-24-2024), tonyweb (08-25-2024), uCare (08-28-2024), uranus64 (08-21-2024), wilson bibe (08-21-2024) |
#2
|
|||
|
|||
Is there a way to hook the decrypt call and do this at runtime if the control flow obfuscation can't be unraveled? I suppose when you say encrypted, you mean by something that .NET has code to decrypt. So theoretically a hook would say the original string address, the caller address, and after forwarding the payload would have the decypted info too, which could be interesting.
|
#3
|
|||
|
|||
Quote:
But on the fly should be possible through dll injection. |
The Following User Says Thank You to th3tuga For This Useful Post: | ||
chants (08-22-2024) |
#4
|
|||
|
|||
StringDecryptor v3 fixed 1
StringDecryptor v3 fixed 1:
- Added exception handler while trying to decrypt string, if something wrong show exception but just once; |
The Following User Gave Reputation+1 to CodeCracker For This Useful Post: | ||
niculaita (08-22-2024) |
The Following 8 Users Say Thank You to CodeCracker For This Useful Post: | ||
chants (08-22-2024), Doit (08-22-2024), MarcElBichon (08-22-2024), niculaita (08-22-2024), pnta (08-24-2024), tonyweb (08-25-2024), uranus64 (08-22-2024), wilson bibe (08-22-2024) |
Thread Tools | |
Display Modes | |
|
|