radarhp
03-31-2010, 04:02 PM
:mad:
I try to unpack a file packed with postbuild.
1. I use windbg attach the process then get the dump file.(Reflector can read it)
2. I use CFF to fix the .net directory MetaData RVA ,MetaData Size,cb,MajorRuntimeVersion,MinorRuntimeVersion.
3. When I run the dump file ,I get error information:Application failed to initialize (0xc000007b) ,while packed file is ok
4. DotNET_Tracer to run the dump file, prompt me
---------------------------
System.dll
---------------------------
CRC error! File content has been modified. If you run a system
debugger, clear all breakpoints before running this program!
---------------------------
Can someone help me out?
Thanks .
I try to unpack a file packed with postbuild.
1. I use windbg attach the process then get the dump file.(Reflector can read it)
2. I use CFF to fix the .net directory MetaData RVA ,MetaData Size,cb,MajorRuntimeVersion,MinorRuntimeVersion.
3. When I run the dump file ,I get error information:Application failed to initialize (0xc000007b) ,while packed file is ok
4. DotNET_Tracer to run the dump file, prompt me
---------------------------
System.dll
---------------------------
CRC error! File content has been modified. If you run a system
debugger, clear all breakpoints before running this program!
---------------------------
Can someone help me out?
Thanks .