![]() |
|
#1
|
|||
|
|||
|
MixedStringDecryptor (.NET)
MixedStringDecryptor (.NET)
As the name says will decrypt mixed mode assemblies. Usage is similar with StringDecryptor. Click "Browse for assembly", click "Load and autodetect" and finally click on "Decrypt"! MixedStringDecryptor v2: - fixed some bugs, hopefully even loading bugs - added parameters of decryption methods - added "Patch Agile" - added what to decrypt checkboxes: which can be string, int, long, float or double. Last edited by CodeCracker; 09-05-2024 at 23:02. |
| The Following 15 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (04-12-2025), Apuromafo (08-31-2024), besoeso (08-30-2024), canopus (08-30-2024), MarcElBichon (08-30-2024), Mendax47 (09-04-2024), niculaita (09-01-2024), skypeaful (09-01-2024), tonyweb (09-01-2024), user1 (09-02-2024), user_hidden (08-30-2024), Vosiyons (09-03-2024), wilson bibe (08-31-2024), yoza (04-23-2025), Zeokat (08-30-2024) | ||
|
#2
|
|||
|
|||
|
MixedStringDecryptor_v2_fixed1:
- Fixed a null reference - Uncheck "Verbose" if you don't wanna click on MessageBox errors. Download link: https://workupload.com/file/83mdW9tp4wE Watch decrypted count. |
| The Following 8 Users Say Thank You to CodeCracker For This Useful Post: | ||
blue_devil (09-06-2024), Doit (09-11-2024), MarcElBichon (09-06-2024), niculaita (09-13-2024), tonyweb (09-07-2024), uranus64 (09-06-2024), user_hidden (09-06-2024), Vosiyons (09-08-2024) | ||
|
#3
|
|||
|
|||
|
MixedStringDecryptorNET7
https://dotnet.microsoft.com/en-us/download/visual-studio-sdks?cid=getdotnetsdk
sdk-9.0.101-windows-x64-installer: This release is only compatible with Visual Studio 2022 (v17.12). Here is MixedStringDecryptorNET7(SRC): https://workupload.com/file/pqJzPeEnMSY Attached MixedStringDecryptor_NET7.rar Attached MixedStringDecryptor.NET9 config. windowsdesktop-runtime-9.0.0-win-x64 https://dotnet.microsoft.com/en-us/download/dotnet/9.0 |
| The Following 7 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (04-12-2025), benina (12-16-2024), MarcElBichon (12-15-2024), niculaita (12-15-2024), NoneForce (12-15-2024), uranus64 (12-15-2024), wilson bibe (12-15-2024) | ||
|
#4
|
|||
|
|||
|
MixedStringDecryptor_v2_fixed4
MixedStringDecryptor_v2_fixed4: NET 4 and NET7 releases
- Added Preserve checkbox to Preserve tables while saving. |
| The Following 4 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (04-12-2025), niculaita (01-04-2025), user_hidden (01-03-2025), yoza (04-23-2025) | ||
|
#6
|
|||
|
|||
|
You could replace MixedStringDecryptor.runtimeconfig.json
and run it with any .NET you prefer. |
| The Following 10 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (04-12-2025), darkBLACK (01-15-2025), giahh (04-20-2025), niculaita (01-04-2025), sendersu (01-04-2025), SofTw0rm (04-20-2025), uranus64 (01-04-2025), user_hidden (01-04-2025), wilson bibe (04-20-2025), zeuscane (04-24-2025) | ||
|
#7
|
|||
|
|||
|
Can you upload it to workupload?
|
|
#8
|
|||
|
|||
|
Same available at tuts4you for free download:
https://forum.tuts4you.com/topic/374...decryptor-net/ If you ask here for external upload to hoster you get penalty! |
|
#9
|
|||
|
|||
|
exactly
rule #4 https://forum.exetools.com/misc.php?do=cfrules |
|
#10
|
|||
|
|||
|
MixedStringDecryptor v3: NET 4
MixedStringDecryptor v3: NET 4
- Added "Native Save" checkbox to native save with dnlib - 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. Release as anyCpu if you want: https://workupload.com/file/tBtymycvhJy |
| The Following 8 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (08-04-2025), darkBLACK (06-28-2025), emo (06-24-2025), niculaita (06-13-2025), pnta (06-28-2025), uranus64 (06-12-2025), wilson bibe (06-13-2025), Zeokat (06-13-2025) | ||
|
#11
|
|||
|
|||
|
MixedStringDecryptor v2: NET 7/8/9
- Added "Assembly to load (optional):" to specify original assembly to be loaded - Added "Patch GetExecuting" to patch Assembly.GetCallingAssembly - Added support for string(string, bool) decryption methods Download link: https://workupload.com/file/mKnKL8yWn84 |
| The Following 8 Users Say Thank You to CodeCracker For This Useful Post: | ||
alekine322 (08-04-2025), Apuromafo (07-28-2025), Mendax47 (08-04-2025), user1 (07-29-2025), user_hidden (08-06-2025), wilson bibe (07-31-2025), wx69wx2023 (08-06-2025), Zeokat (08-06-2025) | ||
|
#12
|
||||
|
||||
|
Bro can you make all in one unpacker like de4dot or update it as you are creating alot, all in one will be useful for .net
|
| The Following User Says Thank You to Jasi2169 For This Useful Post: | ||
sendersu (08-06-2025) | ||
|
#13
|
|||
|
|||
|
MixedStringDecryptor v4 - Framework 4.0
MixedStringDecryptor v4 - Framework 4.0:
- Added file to load (optional) - Added "Not Throw error" to not throw error while saving with dnlib - Now "Patch Agile" is unckecked by default as cause some problems in some targets - Fixed some bugs |
| The Following 5 Users Say Thank You to CodeCracker For This Useful Post: | ||
Apuromafo (11-18-2025), blue_devil (11-18-2025), niculaita (11-16-2025), NoneForce (11-16-2025), wilson bibe (11-17-2025) | ||
|
#14
|
|||
|
|||
|
MixedStringDecryptor v5 - Framework 4.0:
- Added nullable parameters, Date parameter, string[] parameter - Added OpCodes.Ldsfld for static field of type bool, int, uint, string, string array - string[] Still left to add System.Text.Encoding.GetString(byte[]) - MemberRef as currently doesn't support it. And I also have to add byte[] parameter Download link: https://workupload.com/file/wzPBJywST4K |
| The Following 4 Users Say Thank You to CodeCracker For This Useful Post: | ||
niculaita (11-26-2025), uranus64 (11-24-2025), user_hidden (11-23-2025), Zeokat (11-23-2025) | ||
|
#15
|
|||
|
|||
|
MixedStringDecryptor v6: NET 4
MixedStringDecryptor v6: NET 4:
- Added "MethodDef" and "MemberRef" to properly choose string decryption method type - Added System.Text.Encoding.GetString(byte[]) and "MemberRef" support - Added resistivity for byte[] parameter method of string decryption methods |
| The Following 2 Users Say Thank You to CodeCracker For This Useful Post: | ||
sHAOgE (01-20-2026), user_hidden (01-21-2026) | ||
![]() |
|
|