Instruction set interpretation

As developers create or analyze an application,they often want to visualize the code through some graphical notation that aids their understanding of the code’s structure or behavior. In order to do this, we develop a integrated debugger.The debugger first record the walkthrough of application as assembly instructions by dynamic way.Then compression mapping block transforms previous outcome into three-dimensional-linked list structure,which then transformed into tree structure by the improved suffix tree algorithm.

Categories:
170 Views