What exactly is the CRC, like a APIs CRC?
because im making a program to patch export table of DLLs to be a TSR proggie
i was thinkinh i do this:
i Open up the DLL
go to exort table
do all the parsing, and find where its address is in
AddressOFFunctions Array. change that address to my address in memory
so when ever the API is called point to my routine.
Does this sound ok to you guys?
i mean do i need to modify anything besides export table for that to work
CRC stands for "Cyclic Redundancy Check" and if you want to learn more about it, I advise you to check "The CRC Pitstop" by Ross N. Williams at: http://www.ross.net/crc/
Take care
This message was edited by Tiago Sanches, on 4/25/2001 10:04:19 AM