Commit Graph

2002 Commits

Author SHA1 Message Date
XODE0
bbe3d325fb Fix for old .NETReactor versions. 2016-03-19 18:26:07 +01:00
XODE0
38cfc6507a Update EncryptedResource.cs 2016-03-19 16:26:05 +01:00
XODE0
f6a107c9bf Support dotNETReactor v5.0.0.0 2016-03-19 16:16:22 +01:00
xode0
236b1768f4 Fix for the last .NETReactor. 2016-02-16 23:47:14 +01:00
de4dot
aa53cc0a81 Update dnlib submodule 2016-02-11 20:51:02 +01:00
de4dot
958ad86ceb Fix merge 2016-02-11 20:50:54 +01:00
0xd4d
71eddd4689 Merge pull request #119 from XODE0/master
Add resource name decryption for Crypto.
2016-02-11 20:43:35 +01:00
xode0
6bfb3bc4a7 Add resource name decryption
.

Update Crypto StringDecrypter and move DecryptResourceName from ConstantsDecrypter to CoUtils.

Follow de4dot coding style.

Tabify the last commits.
2016-02-11 20:28:00 +01:00
0xd4d
9715fe46c2 Merge pull request #117 from PythEch/fix-eazfuscator-51
Added support for Eazfuscator.NET 5.1
2016-02-10 18:41:30 +01:00
PythEch
17c23f9ad7 Use default shift constants when Eazfuscator.NET < 5.0 2016-02-06 17:38:14 +02:00
PythEch
d7c7c7ce85 Fix Indentation 2016-01-24 00:47:09 +02:00
PythEch
2581da1c26 Make it compatible with 5.0 again
Version detection may be flawed since it checks if the string decryptor
method uses cgt.un instead of ceq for flags because the changes in 5.1
are subtle.
2016-01-24 00:45:37 +02:00
PythEch
84e0aa0b77 Fix the calculation of magic
It seems that Eazfuscator.NET sometimes calculates the magic with
different constants so I had to get them programmatically
2016-01-23 22:55:29 +02:00
PythEch
63607a6678 Fix string decryption for Eazfuscator.NET 5.1
v5.1 changes a few instructions in , other than it's almost the same
2016-01-23 17:09:01 +02:00
de4dot
4c684bb67e Update copyright years 2015-10-29 22:45:26 +01:00
de4dot
02d6de8f39 Fix old Confuser deobfuscator code 2015-10-29 22:36:17 +01:00
de4dot
a0f12c4ad0 Update IsN00bUser() 2015-10-29 21:37:49 +01:00
de4dot
ea28306e9c Update dnlib submodule 2015-10-29 21:37:37 +01:00
de4dot
eefa799e0d Fix merge. Code used a much older dnlib version 2015-10-29 21:36:57 +01:00
de4dot
7cde561e6b Merge branch 'confuser' 2015-10-29 21:36:34 +01:00
de4dot
436fe05756 Fix some older merges 2015-10-29 21:36:27 +01:00
0xd4d
f279bed1ed Merge pull request #113 from saneki/only_cflow
Added option --only-cflow-deob for only deobfuscating control flow
2015-09-23 19:58:48 +02:00
saneki
e399d4ae2d Added option --only-cflow-deob for only deobfuscating control flow 2015-09-22 11:06:45 -07:00
0xd4d
21318d2161 Merge pull request #111 from angelsl/master
CryptoObfuscator: Detect if decrypter should skip before reading flag or vice versa
2015-08-29 12:24:29 +02:00
angelsl
133814073c Actually use index of the not opcode
Signed-off-by: angelsl <hidingfromhidden@gmail.com>
2015-08-28 00:01:40 +08:00
0xd4d
74408ae2dd Merge pull request #112 from saneki/nix_friendly
Renamed file with proper capitalization (as referenced in project file)
2015-08-23 00:15:38 +02:00
saneki
ff708f8116 Renamed file with proper capitalization (as referenced in project file) 2015-08-22 16:25:30 -05:00
angelsl
ffeb7c9472 Detect if decrypter should skip before reading flag or vice versa
Seems like some versions of CryptoObfuscator skip the bytes before reading the
actual flag instead of the behaviour expected by de4dot currently.

Signed-off-by: angelsl <hidingfromhidden@gmail.com>
2015-08-21 15:57:44 +08:00
de4dot
39cf94964f Remove 64-bit mscorlib refs from x64 csproj files 2015-08-15 11:08:17 +02:00
de4dot
111d0b538c Add updated dnlib submodule 2015-08-15 11:01:11 +02:00
0xd4d
dfbbfc3fe0 Merge pull request #110 from saneki/eaz_5
Added support for Eazfuscator.NET 5.0 (string decryption)
2015-08-05 19:49:52 +02:00
saneki
94596d6fb7 Added support for Eazfuscator.NET 5.0 2015-08-04 17:52:02 -05:00
de4dot
828a1ab398 Move most of MemberRefFinder to dnlib 2015-07-19 23:47:45 +02:00
de4dot
9e2a9016d2 Move .NET resources read/writer code to dnlib 2015-07-08 08:02:34 +02:00
0xd4d
7a282f0962 Update README.md 2015-07-01 17:29:22 +02:00
de4dot
67703cb5be Update dnlib URL and use latest commits 2015-07-01 17:11:22 +02:00
0xd4d
e0dfa64e31 Merge pull request #107 from mrexodia/dynamic_loading_fix
Dynamic loading fix
2015-05-23 10:02:49 +02:00
Mr. eXoDia
30aaeecafc dictionary to make sure plugins can override the default deobfuscators 2015-05-22 21:17:57 +02:00
Mr. eXoDia
bf9bcd9ac5 plugin modules load first 2015-05-17 13:58:57 +02:00
Mr. eXoDia
0f1768b13f fixed the last bracket problems 2015-05-17 13:40:27 +02:00
Mr. eXoDia
d71262657b added a template deobfuscator module (not included in main solution) 2015-05-17 13:35:19 +02:00
Mr. eXoDia
c093eb26c5 dynamically load plugins named deobfuscator.*.dll 2015-05-17 13:30:06 +02:00
Mr. eXoDia
a3e0445f0a make de4dot.code interface fully public 2015-05-17 13:29:48 +02:00
0xd4d
2eb27bfc54 Merge pull request #103 from snemes/master
Fixed a problem when one of the parent directories contain a dot.
2015-04-26 14:23:21 +02:00
Sandor Nemes
0952a5e22d Fixed a problem when one of the parent directories contains a dot. 2015-04-26 09:52:57 +02:00
de4dot
bbe41696b1 Allow comparing privatescope fields/methods 2015-01-22 13:26:09 +01:00
de4dot
6cac38c4ab Update dnlib 2015-01-22 13:24:20 +01:00
de4dot
d16a863a65 Remove email text 2014-09-14 08:35:08 +02:00
de4dot
42682d0fae Add updated dnlib submodule 2014-07-25 21:34:58 +02:00
de4dot
3d0ce96614 Update README with dnlib URL
That is what most people forget when trying to compile de4dot.
2014-07-25 21:31:35 +02:00