memory-layout Questions

1

Solved

Disassembling an ELF binary on a Ubuntu x86 system I couldn't help but notice that the code(.text) section starts from the virtual address 0x8048000 and all lower memory addresses seem to be unused...
Rarotonga asked 3/6, 2010 at 13:35

3

Solved

I have a C# background. I am very much a newbie to a low-level language like C. In C#, struct's memory is laid out by the compiler by default. The compiler can re-order data fields or pad addition...
Ibrahim asked 1/5, 2010 at 5:18

2

Solved

I am trying to call a procedure in a Delphi DLL from C#. The procedure expects the caller to preallocate and input an array of array of TSomeRecord, of which it will then manipulate the TSomeRecord...
Selfdenial asked 5/10, 2009 at 9:23

© 2022 - 2024 — McMap. All rights reserved.