What steps will reproduce the problem?
1. Place cursor to one of the function chunks.
2. run an IDC expression Message("%x\n", GetFchunkAttr(ScreenEA(),
FUNCATTR_END));
3. run a python expression print "%x" % GetFchunkAttr(ScreenEA(),
FUNCATTR_END)
What is the expected output? What do you see instead?
The result ought to be the same, but the python expression resturns
function start(end) instead of a chunk start(end) for every chunk.
What version of the product are you using? On what operating system?
IDA 5.2, idapython 1.0.0. Windows XP SP3.
Original issue reported on code.google.com by dima...@gmail.com on 23 Jan 2009 at 9:38
Original issue reported on code.google.com by
dima...@gmail.com
on 23 Jan 2009 at 9:38