Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exception when debugging Multithread Pin
Richard MacCutchan8-Jun-12 0:19
mveRichard MacCutchan8-Jun-12 0:19 
QuestionCalculate checksum using ASLR Pin
Giggsey737-Jun-12 8:39
Giggsey737-Jun-12 8:39 
QuestionRe: Calculate checksum using ASLR Pin
David Crow7-Jun-12 8:43
David Crow7-Jun-12 8:43 
AnswerRe: Calculate checksum using ASLR Pin
Giggsey737-Jun-12 8:46
Giggsey737-Jun-12 8:46 
AnswerRe: Calculate checksum using ASLR Pin
David Crow7-Jun-12 8:55
David Crow7-Jun-12 8:55 
GeneralRe: Calculate checksum using ASLR Pin
Giggsey737-Jun-12 9:08
Giggsey737-Jun-12 9:08 
GeneralRe: Calculate checksum using ASLR Pin
Giggsey738-Jun-12 8:34
Giggsey738-Jun-12 8:34 
GeneralRe: Calculate checksum using ASLR Pin
Randor 8-Jun-12 9:48
professional Randor 8-Jun-12 9:48 
Giggsey,

I am having trouble comprehending the question you are asking. Don't worry... I know that English is not your mother tongue. Your original question appears to be gibberish. Could you be more specific?

The problem is that the acronym 'ASLR' is security related... pertaining to randomization of DLL base addresses and stack/heap allocation randomizations to help mitigate aurora attacks (heap-spraying) and ROP shell code.

Are you asking how to enable ASLR in your project? If so... you would want to enable /DYNAMICBASE[^]

Best Wishes,
-David Delaune
GeneralRe: Calculate checksum using ASLR Pin
Giggsey738-Jun-12 18:48
Giggsey738-Jun-12 18:48 
GeneralRe: Calculate checksum using ASLR Pin
Randor 9-Jun-12 4:36
professional Randor 9-Jun-12 4:36 
GeneralRe: Calculate checksum using ASLR Pin
Giggsey739-Jun-12 4:52
Giggsey739-Jun-12 4:52 
GeneralRe: Calculate checksum using ASLR Pin
Randor 9-Jun-12 5:28
professional Randor 9-Jun-12 5:28 
GeneralRe: Calculate checksum using ASLR Pin
Giggsey739-Jun-12 6:51
Giggsey739-Jun-12 6:51 
QuestionRe: Calculate checksum using ASLR Pin
Randor 9-Jun-12 7:04
professional Randor 9-Jun-12 7:04 
QuestionC++ Program without main() Pin
pix_programmer6-Jun-12 22:45
pix_programmer6-Jun-12 22:45 
AnswerRe: C++ Program without main() Pin
Richard MacCutchan6-Jun-12 23:22
mveRichard MacCutchan6-Jun-12 23:22 
GeneralRe: C++ Program without main() Pin
pix_programmer7-Jun-12 0:33
pix_programmer7-Jun-12 0:33 
GeneralRe: C++ Program without main() Pin
Richard MacCutchan7-Jun-12 4:53
mveRichard MacCutchan7-Jun-12 4:53 
AnswerRe: C++ Program without main() Pin
Aescleal7-Jun-12 0:12
Aescleal7-Jun-12 0:12 
GeneralRe: C++ Program without main() Pin
Aescleal13-Jun-12 16:50
Aescleal13-Jun-12 16:50 
QuestionDump analysis Pin
HungryCPPDev6-Jun-12 21:22
HungryCPPDev6-Jun-12 21:22 
AnswerRe: Dump analysis Pin
«_Superman_»6-Jun-12 22:23
professional«_Superman_»6-Jun-12 22:23 
GeneralRe: Dump analysis Pin
HungryCPPDev11-Jun-12 20:23
HungryCPPDev11-Jun-12 20:23 
AnswerRe: Dump analysis Pin
Erudite_Eric6-Jun-12 22:32
Erudite_Eric6-Jun-12 22:32 
QuestionWhat's problem of my code?( create a random maze) Pin
jiuyejii6-Jun-12 0:45
jiuyejii6-Jun-12 0:45 

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.