文件名称:idadwarf-0.2
介绍说明--下载内容来自于网络,使用问题请自行百度
Behind this simple descr iption is a very complex plugin that imports DWARF debug information into IDA databases. It deals with many aspects: naturally, it imports debug names and types, but it does not stop there. It annotates the listing with the debug information and goes as far as to modify the operand types when it makes sense. It also adds comments to local variables. It renames registers. It just does not create a readable C code but there is our decompiler for that. Even our PDB plugin does not do this. We feel that we will have to improve it just to be on par with the DWARF plugin :)
Just a few screenshots to show you the beauty of the code: -Behind this simple descr iption is a very complex plugin that imports DWARF debug information into IDA databases. It deals with many aspects: naturally, it imports debug names and types, but it does not stop there. It annotates the listing with the debug information and goes as far as to modify the operand types when it makes sense. It also adds comments to local variables. It renames registers. It just does not create a readable C code but there is our decompiler for that. Even our PDB plugin does not do this. We feel that we will have to improve it just to be on par with the DWARF plugin :)
Just a few screenshots to show you the beauty of the code:
Just a few screenshots to show you the beauty of the code: -Behind this simple descr iption is a very complex plugin that imports DWARF debug information into IDA databases. It deals with many aspects: naturally, it imports debug names and types, but it does not stop there. It annotates the listing with the debug information and goes as far as to modify the operand types when it makes sense. It also adds comments to local variables. It renames registers. It just does not create a readable C code but there is our decompiler for that. Even our PDB plugin does not do this. We feel that we will have to improve it just to be on par with the DWARF plugin :)
Just a few screenshots to show you the beauty of the code:
相关搜索: DWARF
(系统自动生成,下载前可以参看下载内容)
下载文件列表
idadwarf-0.2/
idadwarf-0.2/.hgtags
idadwarf-0.2/AUTHORS
idadwarf-0.2/bin/
idadwarf-0.2/bin/.hidden
idadwarf-0.2/bin/idadwarf.plw
idadwarf-0.2/ChangeLog
idadwarf-0.2/CODING_STYLE
idadwarf-0.2/COPYING
idadwarf-0.2/deps/
idadwarf-0.2/deps/include/
idadwarf-0.2/deps/include/dwarf.h
idadwarf-0.2/deps/include/gelf.h
idadwarf-0.2/deps/include/libdwarf.h
idadwarf-0.2/deps/include/libelf/
idadwarf-0.2/deps/include/libelf/elf_repl.h
idadwarf-0.2/deps/include/libelf/gelf.h
idadwarf-0.2/deps/include/libelf/libelf.h
idadwarf-0.2/deps/include/libelf/nlist.h
idadwarf-0.2/deps/include/libelf/sys_elf.h
idadwarf-0.2/deps/include/libelf.h
idadwarf-0.2/deps/include/nlist.h
idadwarf-0.2/deps/lib/
idadwarf-0.2/deps/lib/libdwarf.a
idadwarf-0.2/deps/lib/libelf.a
idadwarf-0.2/deps/lib/pkgconfig/
idadwarf-0.2/deps/lib/pkgconfig/libelf.pc
idadwarf-0.2/INSTALL
idadwarf-0.2/README
idadwarf-0.2/screens/
idadwarf-0.2/screens/asm.jpg
idadwarf-0.2/screens/func.jpg
idadwarf-0.2/screens/macros.jpg
idadwarf-0.2/screens/regparams.jpg
idadwarf-0.2/screens/static.jpg
idadwarf-0.2/screens/struct.jpg
idadwarf-0.2/screens/types.jpg
idadwarf-0.2/src/
idadwarf-0.2/src/defs.hpp
idadwarf-0.2/src/die_cache.cpp
idadwarf-0.2/src/die_cache.hpp
idadwarf-0.2/src/die_utils.cpp
idadwarf-0.2/src/die_utils.hpp
idadwarf-0.2/src/func_retrieval.cpp
idadwarf-0.2/src/func_retrieval.hpp
idadwarf-0.2/src/gcc_defs.hpp
idadwarf-0.2/src/global_retrieval.cpp
idadwarf-0.2/src/global_retrieval.hpp
idadwarf-0.2/src/idadwarf.cpp
idadwarf-0.2/src/ida_utils.cpp
idadwarf-0.2/src/ida_utils.hpp
idadwarf-0.2/src/items/
idadwarf-0.2/src/items/metapc.itm
idadwarf-0.2/src/iterators.cpp
idadwarf-0.2/src/iterators.hpp
idadwarf-0.2/src/macro_retrieval.cpp
idadwarf-0.2/src/macro_retrieval.hpp
idadwarf-0.2/src/Makefile
idadwarf-0.2/src/Makefile.withdeps
idadwarf-0.2/src/patch/
idadwarf-0.2/src/patch/libdwarf.patch
idadwarf-0.2/src/registers.cpp
idadwarf-0.2/src/registers.hpp
idadwarf-0.2/src/type_retrieval.cpp
idadwarf-0.2/src/type_retrieval.hpp
idadwarf-0.2/src/type_utils.cpp
idadwarf-0.2/src/type_utils.hpp
idadwarf-0.2/tests/
idadwarf-0.2/tests/bin/
idadwarf-0.2/tests/bin/httpd
idadwarf-0.2/tests/Makefile
idadwarf-0.2/tests/test.c
idadwarf-0.2/tests/test2.c
idadwarf-0.2/tests/testretstruc.c
idadwarf-0.2/TODO
idadwarf-0.2/.hgtags
idadwarf-0.2/AUTHORS
idadwarf-0.2/bin/
idadwarf-0.2/bin/.hidden
idadwarf-0.2/bin/idadwarf.plw
idadwarf-0.2/ChangeLog
idadwarf-0.2/CODING_STYLE
idadwarf-0.2/COPYING
idadwarf-0.2/deps/
idadwarf-0.2/deps/include/
idadwarf-0.2/deps/include/dwarf.h
idadwarf-0.2/deps/include/gelf.h
idadwarf-0.2/deps/include/libdwarf.h
idadwarf-0.2/deps/include/libelf/
idadwarf-0.2/deps/include/libelf/elf_repl.h
idadwarf-0.2/deps/include/libelf/gelf.h
idadwarf-0.2/deps/include/libelf/libelf.h
idadwarf-0.2/deps/include/libelf/nlist.h
idadwarf-0.2/deps/include/libelf/sys_elf.h
idadwarf-0.2/deps/include/libelf.h
idadwarf-0.2/deps/include/nlist.h
idadwarf-0.2/deps/lib/
idadwarf-0.2/deps/lib/libdwarf.a
idadwarf-0.2/deps/lib/libelf.a
idadwarf-0.2/deps/lib/pkgconfig/
idadwarf-0.2/deps/lib/pkgconfig/libelf.pc
idadwarf-0.2/INSTALL
idadwarf-0.2/README
idadwarf-0.2/screens/
idadwarf-0.2/screens/asm.jpg
idadwarf-0.2/screens/func.jpg
idadwarf-0.2/screens/macros.jpg
idadwarf-0.2/screens/regparams.jpg
idadwarf-0.2/screens/static.jpg
idadwarf-0.2/screens/struct.jpg
idadwarf-0.2/screens/types.jpg
idadwarf-0.2/src/
idadwarf-0.2/src/defs.hpp
idadwarf-0.2/src/die_cache.cpp
idadwarf-0.2/src/die_cache.hpp
idadwarf-0.2/src/die_utils.cpp
idadwarf-0.2/src/die_utils.hpp
idadwarf-0.2/src/func_retrieval.cpp
idadwarf-0.2/src/func_retrieval.hpp
idadwarf-0.2/src/gcc_defs.hpp
idadwarf-0.2/src/global_retrieval.cpp
idadwarf-0.2/src/global_retrieval.hpp
idadwarf-0.2/src/idadwarf.cpp
idadwarf-0.2/src/ida_utils.cpp
idadwarf-0.2/src/ida_utils.hpp
idadwarf-0.2/src/items/
idadwarf-0.2/src/items/metapc.itm
idadwarf-0.2/src/iterators.cpp
idadwarf-0.2/src/iterators.hpp
idadwarf-0.2/src/macro_retrieval.cpp
idadwarf-0.2/src/macro_retrieval.hpp
idadwarf-0.2/src/Makefile
idadwarf-0.2/src/Makefile.withdeps
idadwarf-0.2/src/patch/
idadwarf-0.2/src/patch/libdwarf.patch
idadwarf-0.2/src/registers.cpp
idadwarf-0.2/src/registers.hpp
idadwarf-0.2/src/type_retrieval.cpp
idadwarf-0.2/src/type_retrieval.hpp
idadwarf-0.2/src/type_utils.cpp
idadwarf-0.2/src/type_utils.hpp
idadwarf-0.2/tests/
idadwarf-0.2/tests/bin/
idadwarf-0.2/tests/bin/httpd
idadwarf-0.2/tests/Makefile
idadwarf-0.2/tests/test.c
idadwarf-0.2/tests/test2.c
idadwarf-0.2/tests/testretstruc.c
idadwarf-0.2/TODO
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.