Some PE file don work after processing. Why?
• File didn’t work properly before processing. • You have removed necessary declarations from export section. Usually this situation occurs when you removed valid declarations from dlls and other dynamic libraries. • You have removed relocations table from dll or other dynamic library. For your convenience PE Corrector don’t overwrite the original file until appropriate option is selected. So, if file will not work after processing, you can restore the original one. Back to top Thank you for reading! If you have a question which is not answered, please don’t hesitate to ask us. You’re always welcome!
Related Questions
- Will the Department allow one licensed professional (PE/RA) to file initial reports and another licensed professional to file extension of time requests and/or amended reports?
- Why do I get invalid use of symbol error when assembling PE or object file?
- How to inspect which functions are exported from PE file?