Solomon
February 26th, 2001, 08:12
The EXE produced by C++ Builder compiler has a big export table. The member functions of various classes are listed in this table. This is a great help for reverse engineers. How to get rid of this list? TIA.
View Full Version : How to strip the export tables of EXEs generated by C++ Builder?