An Integrated Debugger System Using Improved Suffix Tree Algorithm to Visualize X-86 Application Logic
收藏IEEE2020-03-30 更新2026-04-17 收录
下载链接:
https://ieee-dataport.org/documents/integrated-debugger-system-using-improved-suffix-tree-algorithm-visualize-x-86-application
下载链接
链接失效反馈官方服务:
资源简介:
As developers create or analyze an application,they often want to visualize the code throughsome 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 assemblyinstructions 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 treealgorithm. Although the improved algorithm consumes the additional memory, it speeds up significantlyduring traversal. After merged and sorted,the traversal result is converted to repeat collections which can beused to show the application logic of the debugged code.Finally,through the practical visualization block,the effectiveness and feasibility of the improved algorithm is proved. We also emphatically analyse eachblock’s time complexity,put and confirm a prediction formula by experiment.
创建时间:
2020-03-30



