I wrote an application and change the default base address (using /base
option) to 0x20000. To my understanding, if the process is loaded to address
0x1c000000, the execute code will begin from 0x1c020000.
However, in the my celog, the dwCodeBase field of the structure
CEL_EXTRA_PROCESS_INFO still returns 0x10000.
Is it a bug of celog? If not, is there any way that I can get the correct
value?
Platform: Windows Mobile 5.0 for Pocket PC + XScale target + visual studio
2005