two possibilities
1. start your app from another applett that
first
creates the DLL and then runs your app as a
daughter.
2. change your app to not statically bind to the DLL -
load it dynamically on startup and do
GetProcIDs
on all the functions you call.
neither of these is going to fool someone seriously
interested
in your use of the supersecret DLL. they can
always power
off the computer while you're running and then look
at
the file left over after they reboot.
-ns
|
- [DUG]: Solution to a Theory Jeremy Coulter
- RE: [DUG]: Solution to a Theory Nello Sestini
- RE: [DUG]: Solution to a Theory Jeremy Coulter
- [DUG]: Solution to a Theory Jeremy Coulter
- [DUG]: Solution to a Theory Jeremy Coulter