Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Export registry settings Pin
20-Nov-00 4:24
suss20-Nov-00 4:24 
GeneralCreate Virtual Disk at RAM Pin
15-Nov-00 20:51
suss15-Nov-00 20:51 
QuestionProtection against disassemblers? Pin
15-Nov-00 13:13
suss15-Nov-00 13:13 
AnswerRe: Protection against disassemblers? Pin
Michael Dunn15-Nov-00 14:03
sitebuilderMichael Dunn15-Nov-00 14:03 
GeneralRe: Protection against disassemblers? Pin
Trey Ethridge15-Nov-00 16:25
Trey Ethridge15-Nov-00 16:25 
GeneralRe: Protection against disassemblers? Pin
17-Nov-00 9:21
suss17-Nov-00 9:21 
AnswerRe: Protection against disassemblers? Pin
Trey Ethridge17-Nov-00 12:59
Trey Ethridge17-Nov-00 12:59 
GeneralRe: Protection against disassemblers? Pin
Erik Funkenbusch17-Nov-00 17:06
Erik Funkenbusch17-Nov-00 17:06 
Look, there's almost nothing you can do about this. When it boils down to it. If the computer can read your assembly, so can a cracker. If the cracker can't, then neither can the computer.

All you can do is make it more difficult to find. put lots of code in there that does nothing and leads the cracker on false paths. Hide the code inside some other function, make it rely on a side-effect of the function, and don't just check the value of a memory location and exit. Go do a bunch of other stuff for no particular reason and exit somewhere unexpected.

That's all you can do.

GeneralFunction to get a list of a Folder Contents Pin
15-Nov-00 11:56
suss15-Nov-00 11:56 
GeneralRe: Function to get a list of a Folder Contents Pin
Michael Dunn15-Nov-00 14:04
sitebuilderMichael Dunn15-Nov-00 14:04 
GeneralRe: Function to get a list of a Folder Contents Pin
16-Nov-00 12:21
suss16-Nov-00 12:21 
QuestionHow to get the "real" width of the toolbar Pin
Frank Liao15-Nov-00 10:21
Frank Liao15-Nov-00 10:21 
GeneralWorker Thread and CListview Pin
15-Nov-00 10:20
suss15-Nov-00 10:20 
GeneralFirst visible tab in CTabCtrl Pin
David Wulff15-Nov-00 7:09
David Wulff15-Nov-00 7:09 
GeneralRe: First visible tab in CTabCtrl Pin
17-Nov-00 2:45
suss17-Nov-00 2:45 
GeneralRe: First visible tab in CTabCtrl Pin
David Wulff17-Nov-00 6:05
David Wulff17-Nov-00 6:05 
GeneralInvalid Address specified to RtlValidateHeap Pin
VitSoft15-Nov-00 4:51
VitSoft15-Nov-00 4:51 
GeneralRe: Invalid Address specified to RtlValidateHeap Pin
17-Nov-00 2:18
suss17-Nov-00 2:18 
GeneralOwner draw CTreeCtrl Pin
Tran Hoang Chuong14-Nov-00 23:22
Tran Hoang Chuong14-Nov-00 23:22 
GeneralRe: Owner draw CTreeCtrl Pin
VitSoft15-Nov-00 1:33
VitSoft15-Nov-00 1:33 
GeneralRe: Owner draw CTreeCtrl Pin
SudhaShriram16-Nov-00 23:56
SudhaShriram16-Nov-00 23:56 
GeneralDrag and drop a text Pin
Tran Hoang Chuong14-Nov-00 23:14
Tran Hoang Chuong14-Nov-00 23:14 
GeneralAltering Explorer's Save As dialog box. Pin
14-Nov-00 22:05
suss14-Nov-00 22:05 
GeneralMicrosoft platform SDK Pin
John Zhou14-Nov-00 8:02
John Zhou14-Nov-00 8:02 
GeneralRe: Microsoft platform SDK Pin
Christian Graus15-Nov-00 14:49
protectorChristian Graus15-Nov-00 14:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.