Jump to content
Tuts 4 You

[dotNet] How to patch the dngEXE?


despy

Recommended Posts

exe is protected by dng3.68,unpack it using DNGuardHVMUnpacker,

and it work well,but when i patch and save it in reflector,it show error.

 

 

 

Round Trip with ILDASM ILASM fails:

error -- Failed to open managed resource file ''

error -- Failed to open managed resource file '

'

Output file contains errors

......

 

Now i want to add some codes in the exe ,what can i do ?

Edited by despy
Link to comment
CodeExplorer

Look what cause the error!


Dump the il using ILDASM and search for "Error" string and you should find some wrong code,


nop them and all should be ok.

  • Like 2
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...