saneki / eazdevirt

Devirtualizer for Eazfuscator.NET
GNU General Public License v3.0
173 stars 68 forks source link

Does not work on latest version of eazfuscator #4

Open me0wday opened 9 years ago

me0wday commented 9 years ago

Seems to be completely broken now.

saneki commented 9 years ago

Updated, could you check again with the latest eazdevirt?

dnvthv commented 8 years ago

Can you update to latest Eazfuscator.NET? Now is v5.3.

Ahmadkorhani commented 8 years ago

In newer version > 5.1 the first instruction in dictionary is Dup instead of Ldloc.0

change it in VirtualOpCode.cs

dnvthv commented 7 years ago

Hi Ahmadkorhani,

Changed code and built successful. Devirtualizer for Eazfuscator.NET happen errors in latest version. Can you give some information for step?

Regards,

holly-hacker commented 7 years ago

Sorry for the bump, but is this going to be fixed or is the project abandoned? I've been looking at the VM for a while now and I'm starting to go crazy. Having this would save me major headaches.

holly-hacker commented 7 years ago

I decided to fork the project and fix what I needed to make it work on my target. If anyone wants to try my "fixed" version, you can find it here. It will very likely not work on most executables, but it fixes a lot of issues that came with Eazfuscator updating.