Click here to Skip to main content
15,915,324 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
General. Pin
Perisic, Aleksandar6-Mar-09 12:48
Perisic, Aleksandar6-Mar-09 12:48 
GeneralRe: A tricky way of manipulating memory allocation Pin
JackPuppy6-Mar-09 23:08
JackPuppy6-Mar-09 23:08 
General. Pin
Perisic, Aleksandar7-Mar-09 3:16
Perisic, Aleksandar7-Mar-09 3:16 
GeneralRe: A tricky way of manipulating memory allocation Pin
JackPuppy7-Mar-09 9:58
JackPuppy7-Mar-09 9:58 
General. Pin
Perisic, Aleksandar7-Mar-09 10:59
Perisic, Aleksandar7-Mar-09 10:59 
GeneralRe: A tricky way of manipulating memory allocation Pin
JackPuppy10-Mar-09 2:00
JackPuppy10-Mar-09 2:00 
GeneralRe: A tricky way of manipulating memory allocation Pin
JackPuppy10-Mar-09 2:01
JackPuppy10-Mar-09 2:01 
GeneralRe: A tricky way of manipulating memory allocation Pin
JackPuppy10-Mar-09 4:19
JackPuppy10-Mar-09 4:19 
"A heap descriptor"?
you mean "heap structures"? which contain Freelists, Lookaside Lists and the like and which reside in the front of A heap?

Does CRT change the content of heap descriptor directorly or it was edited while inside RltHeapAllocate or RltFreeHeap? It seems to me the latter one is safer and more reasonable.

The second question, yes, the debug and release version does contain different info of heap, because debug version want to provide more info such as heap memory leak, heap memory overflows, etc.

What's the main differneces between each release versions?

I discover one, which you can see in page 32 in XPSP2 Heap Exploitation.ppt( you can find this on internet, or i can send you by email)

And I want to make sure that: chances are that when one copy of CRT is mapped to process memory address in DLLMain(), its own heap can be initialized. Can this happens because I saw this opinion in some articles. But you are saying there are only one heap-the default heap for each version of CRT to malloc and free. Are you sure with what you are saying?
GeneralRe: A tricky way of manipulating memory allocation Pin
JackPuppy10-Mar-09 4:20
JackPuppy10-Mar-09 4:20 
QuestionHow to create a splitter window in RUN-TIME? Pin
Joseph Marzbani6-Mar-09 4:09
Joseph Marzbani6-Mar-09 4:09 
AnswerThird time you posted this Pin
led mike6-Mar-09 4:39
led mike6-Mar-09 4:39 
QuestionExtracting array of POINTs from a CRgn Pin
Jonnie White6-Mar-09 3:23
Jonnie White6-Mar-09 3:23 
AnswerRe: Extracting array of POINTs from a CRgn (added) Pin
Eytukan6-Mar-09 3:38
Eytukan6-Mar-09 3:38 
GeneralRe: Extracting array of POINTs from a CRgn (added) [modified] Pin
Jonnie White6-Mar-09 4:08
Jonnie White6-Mar-09 4:08 
GeneralRe: Extracting array of POINTs from a CRgn (added) Pin
Eytukan6-Mar-09 4:52
Eytukan6-Mar-09 4:52 
AnswerRe: Extracting array of POINTs from a CRgn Pin
Perisic, Aleksandar6-Mar-09 4:22
Perisic, Aleksandar6-Mar-09 4:22 
GeneralRe: Extracting array of POINTs from a CRgn Pin
Jonnie White6-Mar-09 5:21
Jonnie White6-Mar-09 5:21 
GeneralRe: Extracting array of POINTs from a CRgn [modified] Pin
Perisic, Aleksandar6-Mar-09 5:50
Perisic, Aleksandar6-Mar-09 5:50 
GeneralRe: Extracting array of POINTs from a CRgn Pin
Jonnie White6-Mar-09 6:46
Jonnie White6-Mar-09 6:46 
GeneralRe: Extracting array of POINTs from a CRgn Pin
Perisic, Aleksandar6-Mar-09 6:54
Perisic, Aleksandar6-Mar-09 6:54 
AnswerRe: Extracting array of POINTs from a CRgn Pin
Jonathan Davies6-Mar-09 6:00
Jonathan Davies6-Mar-09 6:00 
GeneralRe: Extracting array of POINTs from a CRgn Pin
Jonnie White6-Mar-09 6:58
Jonnie White6-Mar-09 6:58 
AnswerRe: Extracting array of POINTs from a CRgn Pin
Stuart Dootson6-Mar-09 12:59
professionalStuart Dootson6-Mar-09 12:59 
QuestionCString to a hex Pin
AnithaSubramani6-Mar-09 2:14
AnithaSubramani6-Mar-09 2:14 
AnswerRe: CString to a hex Pin
Cedric Moonen6-Mar-09 2:24
Cedric Moonen6-Mar-09 2:24 

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.