Hello,
I am currently writing a debugging tool for Windows, which incorporates some limited disassembly features (for viewing quick pieces of code). My current goal (where I am trying to brainstorm now) is to identify "function blocks" in the code - so I can put labels wherever a function appears to begin.
I think (from my limited knowledge) that the best way to do this is to identify common code sequences which begin and end functions (the tool will do stream disassembly on fragments of code, not "whole-file" disassembly, due to the design of the tool). However, I wonder if there are any other methods to do this.
Could anyone please give me some suggestions, or point me to some resources where I can learn more about this topic?
Thanks,
s0ban






