tribal
06-29-2008, 06:26 AM
Hello,
Im trying to rebuild a .net assembly which I think is protected by reactor.
I dumped the assembly using ollydebug which results in a dump I can open with reflector.
I tryd fixing the header with CFF explorer using the way rongchaua described in his video tutorial. I fixed the MetaData RVA and MetaData size. After fixing this the errors disapeard and I could see the metadata header and stream. I fixed the nt fileheader charastics (unchecked "File is a DLL").
I tried running the "fixed" executable which results in a "Application failed to initialize (0xc000007b)." error. I guess this is the result of an invalid memory pointer ?
I dont know what to do next, im a noob in (.net) reversing. Can someone help me out?
The following zip file (http://ifile.it/p72z1xk) contains the original dump and the dump i tryd to fix but doesnt work.
Im trying to rebuild a .net assembly which I think is protected by reactor.
I dumped the assembly using ollydebug which results in a dump I can open with reflector.
I tryd fixing the header with CFF explorer using the way rongchaua described in his video tutorial. I fixed the MetaData RVA and MetaData size. After fixing this the errors disapeard and I could see the metadata header and stream. I fixed the nt fileheader charastics (unchecked "File is a DLL").
I tried running the "fixed" executable which results in a "Application failed to initialize (0xc000007b)." error. I guess this is the result of an invalid memory pointer ?
I dont know what to do next, im a noob in (.net) reversing. Can someone help me out?
The following zip file (http://ifile.it/p72z1xk) contains the original dump and the dump i tryd to fix but doesnt work.