TBD
May 28th, 2003, 05:08
yo ppl,
i talked with Olly and he has some "problems". so if you any you have ideeas/suggestions/... that he can use, post them here.
1.[Win2000] CreateToolhelp32Snapshot(TH32CS_SNAPMODULE,debuggee) locks OllyDbg when debugged application is paused on debugging event which makes toolhelp functions unusable.
2. ideeas to implement implement name/data storage. in v1.x it was implemented as an array of index/pointer pairs and it uses vanilla binary search to find label or analysis data. Balanced tree is good but when module unloads and you must exclude range of data, it becames a nightmare. Binary radix tree is better but slower and memory-expensive.
... please ONLY posts related to these two problems. no questions/requests for OD 2.0. thanks
i talked with Olly and he has some "problems". so if you any you have ideeas/suggestions/... that he can use, post them here.
1.[Win2000] CreateToolhelp32Snapshot(TH32CS_SNAPMODULE,debuggee) locks OllyDbg when debugged application is paused on debugging event which makes toolhelp functions unusable.
2. ideeas to implement implement name/data storage. in v1.x it was implemented as an array of index/pointer pairs and it uses vanilla binary search to find label or analysis data. Balanced tree is good but when module unloads and you must exclude range of data, it becames a nightmare. Binary radix tree is better but slower and memory-expensive.
... please ONLY posts related to these two problems. no questions/requests for OD 2.0. thanks