STUDY AND REALIZATION OF A LIBRARY FUNCTIONS RECOGNITION ALGORITHM IN C DECOMPILER
暂无分享,去创建一个
Library function recognition is an important part of C decompiler. This paper first analyzes storage and constitution patterns of C library functions in intermediate code, and then introduces a method to build C library function character table with sequence index link technology. Finally, a recognition algorithm on C library functions is given.