Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
How do i decypher codeblocks.rpt ?
rickg22:
Does it work with plugin dll's?
mandrav:
--- Quote from: rickg22 on August 19, 2005, 08:44:17 am ---Does it work with plugin dll's?
--- End quote ---
Yes, it works with everything you have debug versions of ;)
Yiannis.
tiwag:
and the addresses stay the same after stripping ?
so you can use the address of the function of the stripped executable to find the symbol in the debug version ?
mandrav:
--- Quote from: tiwag on August 19, 2005, 09:41:00 am ---and the addresses stay the same after stripping ?
so you can use the address of the function of the stripped executable to find the symbol in the debug version ?
--- End quote ---
Correct, stripping just strips the debug info (filename, line number, etc). It can't strip addresses!
Yiannis.
tiwag:
--- Quote from: mandrav on August 19, 2005, 12:03:21 pm ---
--- Quote from: tiwag on August 19, 2005, 09:41:00 am ---and the addresses stay the same after stripping ?
so you can use the address of the function of the stripped executable to find the symbol in the debug version ?
--- End quote ---
Correct...
--- End quote ---
fine, i thought the function-addresses (at least the local defined ones) would change their value after stripping...
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version