PDA

View Full Version : How to insert method into .DLL file


bullfreak
05-21-2009, 04:49 AM
Using Reflexil we can inject instruction code...
Is there a tool to create and inject method into .DLL file ?

vb_master
05-21-2009, 08:53 AM
Rebel.NET can do it, but just using ILDasm to disassemble, then copy pasting new method IL code, then using ILasm to reassemble it might be easier.

bullfreak
10-07-2010, 09:57 PM
How to use Rebel.Net to Replace function in .net assembly file ?

sirp
10-08-2010, 07:07 AM
check mono.cecil .. or reflection + emit libs