(1>PE Editor, it seems to be a clone of LordPE, but it is not. LordPE is written in C/C++, I wrote it in assembly,
In addition, there are potential errors in some aspects of the modification of LordPE. For this point, I have referred to Microsoft's PE COFF document. In addition to correcting the above points of LordPE, this item of mine also adds some content that LordPE does not have. modify.
2> Previously, this software used PEiD plug-ins. Now this software supports its own plug-ins, but if you specify both the export function of PEiD and the export function of my PES, the export function of PEiD will be used first. Using the export function of my PES is just to get more information and easy to operate.
3> File comparison will only be simple comparison, because when it comes to comparing 64-bit programs and 32-bit programs, because I use assembly development, there is no 64-bit OptionalHeader structure header file, and I am too lazy to compile a header file, so it has always been " Move the register and run")