Log in

View Full Version : How to strip the export tables of EXEs generated by C++ Builder?


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.

+SplAj
February 26th, 2001, 09:43
Hi

Use ASprotect

SplAj

tsehp
February 26th, 2001, 11:46
ha ha ha ha !

Solomon
February 26th, 2001, 22:40
hehe, maybe I can write my own "strip" to erase this function list.