![]() |
#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 16 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (04-12-2025), chants (08-21-2024), darkBLACK (03-09-2025), Doit (08-22-2024), kienmanowar (08-21-2024), lordnasty (04-14-2025), MarcElBichon (08-21-2024), pnta (08-24-2024), tonyweb (08-25-2024), uCare (08-28-2024), uranus64 (08-21-2024), user_hidden (01-03-2025), wikilift (03-08-2025), wilson bibe (08-21-2024), yoza (04-23-2025), Zeokat (02-22-2025) |
#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) |
#5
|
|||
|
|||
StringDecryptor v3 fixed 2
StringDecryptor v3 fixed 2:
- Added 64 bits assemblies support, released as AnyCpu. |
The Following 12 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (02-21-2025), Apuromafo (04-16-2025), Birkan (03-13-2025), copyleft (01-12-2025), darkBLACK (01-15-2025), niculaita (01-04-2025), pnta (02-23-2025), rooster1 (02-21-2025), user_hidden (01-03-2025), wx69wx2023 (01-03-2025), yoza (04-23-2025), zeuscane (01-03-2025) |
#6
|
|||
|
|||
procedure of use V.3
I used String Decryptor V.2 for exe file encrypted but the file didn't decrypted completely.Please inform true procedure for decryption by V.3. , share link.Thx
|
#7
|
|||
|
|||
Download link
Hi Codecracker. Please share on Workupload the last versions of String decryptor and eazfixer tools .Thank you
|
#8
|
|||
|
|||
He posts the latest versions of his tools on the Tuts4You forum. You can freely download them there!
|
#9
|
|||
|
|||
Can you share that link for this topic files? Thx
|
#10
|
|||
|
|||
Quote:
![]() |
#11
|
|||
|
|||
https://www.sendspace.com/file/uj4ewc
(c) from https://forum.tuts4you.com/topic/31329-stringdecryptor/ |
The Following 4 Users Say Thank You to sendersu For This Useful Post: | ||
Doit (03-21-2025), Ghl (04-11-2025), hungba193 (03-15-2025), victor20010 (03-16-2025) |
#12
|
|||
|
|||
Hi code cracker. I tried to decrypt with String Decryptors Version1,2,3,Eaz then deobfuscate by de4dot and Eaz decryptor had better result but didn't decrypt all methods. Is there a way or decryptor to decrypt all methods?
Thx. |
The Following User Says Thank You to Ghl For This Useful Post: | ||
niculaita (04-13-2025) |
#13
|
|||
|
|||
Hi. Can you post target files and also please post methods which can't be decrypted decompiled code.
|
The Following User Says Thank You to CodeCracker For This Useful Post: | ||
niculaita (04-15-2025) |
#14
|
|||
|
|||
StringDecryptor v4
StringDecryptor v4:
- Added instance (no static) string decryption method - Added "Static only" checkbox to decrypt only static string decryption methods - Added "Only proper Used" - to remove methods which are not properly called - Added "Copy Selected" and "Copy All" in context menu to copy to clipboard methods information Release as 32 bits |
The Following User Gave Reputation+1 to CodeCracker For This Useful Post: | ||
Apuromafo (06-23-2025) |
The Following 3 Users Say Thank You to CodeCracker For This Useful Post: | ||
![]() |
Thread Tools | |
Display Modes | |
|
|