peterg70
August 28th, 2005, 06:11
Hey all
Its been a while since posting but have gotten stuck and need a few pointers
Target is a .net Application which hasn't any strongname applied to it.
Last time I looked a .net application is was trivial to decode it.
The current version of the application does decode with reflector and Anakrino9 so no problem there.
They have gone ahead and added DES encryption to the data.
Now I want to simple edit the Return parameter of the various function calls so that It thinks I have a valid configuration.
Its there a tool that either allows direct manipulation of the exe/dll once I have made online changes OR a method of identifying the correct bytecodes so I can locate the location in the file that needs to be patch. i.e. change Return Local0 to Return True or Return False.
Example
IL_0000: ldsfld bool PROGRAM.FUNCTION:
emoMode
IL_0005: ret
Thanks in Advance
Peterg70
Its been a while since posting but have gotten stuck and need a few pointers
Target is a .net Application which hasn't any strongname applied to it.
Last time I looked a .net application is was trivial to decode it.
The current version of the application does decode with reflector and Anakrino9 so no problem there.
They have gone ahead and added DES encryption to the data.
Now I want to simple edit the Return parameter of the various function calls so that It thinks I have a valid configuration.
Its there a tool that either allows direct manipulation of the exe/dll once I have made online changes OR a method of identifying the correct bytecodes so I can locate the location in the file that needs to be patch. i.e. change Return Local0 to Return True or Return False.
Example
IL_0000: ldsfld bool PROGRAM.FUNCTION:

IL_0005: ret
Thanks in Advance
Peterg70