cse_india
12-25-2006, 09:24 AM
usually when we want to unpack an app(packed with a simple packer) we dump it using ollydump plugin with the "rebuilt imports " unchecked , and then we rebuilt its imports using ImpRec( or some other similar tool).
1)what is ImpRec doing here. is it just rebuilding the Import table ( fixing IAT) or is it fixing the exe as a whole.
which means that if see the memory map of the dump we see no PE header and the other info(sections...) .why? just rebuilding the imports , we can see the PE header and the other stuffs.
2)now how can we rebuilt imports manually.that means cant we edit something in olly and rebuilt imports, without using ImpRec?
1)what is ImpRec doing here. is it just rebuilding the Import table ( fixing IAT) or is it fixing the exe as a whole.
which means that if see the memory map of the dump we see no PE header and the other info(sections...) .why? just rebuilding the imports , we can see the PE header and the other stuffs.
2)now how can we rebuilt imports manually.that means cant we edit something in olly and rebuilt imports, without using ImpRec?
