Welcome![Sign In][Sign Up]
Location:
Search - IDA

Search list

[Windows DevelopIDA_Comment_Plugin_Src

Description: Source code to Pluging for IDA disassembler for adding repeatable comments to disassembly.
Platform: | Size: 35840 | Author: Git | Hits:

[SCMmsp430asm

Description: msp430 asm将MspFet导出的程序镜像转化为汇编语言。也可以使用IDA加入msp430的插件后,得到反汇编代码-msp430 asm export procedures will mirror MspFet into assembly language. IDA can also use plug-ins to join msp430 got the anti-assembly code
Platform: | Size: 139264 | Author: zlintact | Hits:

[Otherorz

Description: 这个是我反汇编出来了机器狗的ring3层的代码,差不多都是从IDA里复制过来的,我基本上看不懂,欢迎来聊机器狗。qq295333637-This is my dog out disassemble ring3 layer of code, almost all come from the IDA in copy, and I basically can not read, welcome to dog chat. qq295333637
Platform: | Size: 89088 | Author: 沈学雄 | Hits:

[OtherECatDiskok20090710

Description: IDA反汇编复制的,要先用KMD载入驱动,RADASM编译,再用WINHEX配合就OK了qq 295333637-IDA disassembly copy, first driven by KMD loading, RADASM compiler, and then on OK the WINHEX with qq 295333637
Platform: | Size: 16384 | Author: 沈学雄 | Hits:

[OtherIDA-MS-UR-i1

Description: Template user requirement of project
Platform: | Size: 35840 | Author: NHP | Hits:

[Other Embeded programidafree49

Description: Ida - interactive disassembler-Ida- interactive disassembler
Platform: | Size: 15689728 | Author: concord10 | Hits:

[Crack HackOllyDBG

Description: OllyDBG入门教程个新的动态追踪工具,将IDA与SoftICE结合起来的思想,Ring 3级调试器,非常容易上手 -OllyDBG Getting Started tutorial new dynamic tracing tool to IDA and SoftICE combine ideas, Ring 3 level debugger, which is very easy to use
Platform: | Size: 813056 | Author: tom.zhom | Hits:

[ELanguagevbkiller

Description: VBKiller使用说明 Killer是一个VB辅助逆向分析的工具。首先声明,它不能帮你把VB程序反编译到VB源代码,只能使得VB程序的反汇编看起来更接近VB代码。 配合IDA使用,可以建立VB程序几乎所有的类结构、方法表、函数体,并建立方法表结构体;可以识别VB程序中引用的COM的CLSID,并使用ProgID命名;可以建立任意COM程序(非VB编译的也可以)的方法表、函数体,并建立方法表结构体,可以在待分析的VB程序中使用这些结构体。-VBKiller instructions Killer is a VB-assisted reverse analysis tools. The outset, it can not help you to decompile VB program to the VB source code, only makes the VB program disassembly looks closer to the VB code. With the IDA to use, can create a VB program almost all of the class structure, method table, the function body, and the establishment of method table structure can be identified in the VB program referenced COM-CLSID, and use the ProgID name can create any COM program (non- can also be compiled VB) approach the table, the function body, and the establishment of method table structure can be analyzed in VB program to use these structures.
Platform: | Size: 114688 | Author: gao | Hits:

[Mathimatics-Numerical algorithms15-puzzle

Description: 各种有趣的数学算法和数学题目,用数据结构解决-A variety of interesting mathematical algorithms and mathematical topics, with the data structure to solve
Platform: | Size: 1678336 | Author: liuyan | Hits:

[assembly languageTestArm

Description: ARM反汇编器 别人基础上做的。 关键是没时间弄了。本来想弄出来,如果能卖些钱就卖些钱的 。后来也懒得弄了,觉得用来学习倒是不错了。做的完善了,可以作为IDA的反汇编的插件。 更新了一下附件,把工程文件加上去了。-ARM disassembler Based on other people to do. The key is no time to get up. Originally Xiangnong out more money if they can sell to sell more money. Then do not bother to get a feel for learning all very well the. Made perfect, and can be used as IDA disassembler plugin. Updated about accessories, go with the project file.
Platform: | Size: 60416 | Author: 程光 | Hits:

[Hook apiidastealth

Description: IDA Stealth is a plugin which aims to hide the IDA debugger from most common anti-debugging techniques. The plugin is composed of two files, the plugin itself and a dll which is injected into the debuggee as soon as the debugger attaches to the process. The injected dll actually implements most of the stealth techniques either by hooking system calls or by patching some flags in the remote process.-IDA Stealth is a plugin which aims to hide the IDA debugger from most common anti-debugging techniques. The plugin is composed of two files, the plugin itself and a dll which is injected into the debuggee as soon as the debugger attaches to the process. The injected dll actually implements most of the stealth techniques either by hooking system calls or by patching some flags in the remote process.
Platform: | Size: 820224 | Author: louis | Hits:

[Hook apiIDAInject

Description: IDA Inject plugin This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process. To realize dll injection before process creation, new import descriptors are added to the image import directory of the debuggee, whereas injection into an already running process is realized via shellcode injection, which in turn loads the dll in question.-IDA Inject plugin This plugin allows you to inject dlls into a debugged process, either prior to process creation or when the debugger is attached. The injected dll can then do some fancy stuff inside the debugged process. To realize dll injection before process creation, new import descriptors are added to the image import directory of the debuggee, whereas injection into an already running process is realized via shellcode injection, which in turn loads the dll in question.
Platform: | Size: 87040 | Author: louis | Hits:

[Hook apiidadwarf-0.2

Description: Behind this simple description 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 description 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:
Platform: | Size: 2639872 | Author: louis | Hits:

[Otherdrtti

Description: Here are some IDC scripts I ve written for IDA and have been using for quite a long time. I tried to extract as much info as possible from the different RTTI structures made by Borland compilers (and a bit from MS). I started them before IDA got any RTTI support, and they still have some features missing in IDA. I thought they might be useful for IDA community.
Platform: | Size: 31744 | Author: htk | Hits:

[Compress-Decompress algrithmswavelet

Description: 这是关于利用小波变换进行二层压缩的小程序,利用小波工具箱,进行图像编码,分层,解压缩,最后还原。-This is a program about wavelet
Platform: | Size: 1024 | Author: hekang | Hits:

[BooksIDA_Pro_Book

Description: The IDA Book for using with IDA 4.9 up.
Platform: | Size: 6318080 | Author: tewbc | Hits:

[assembly languageDisassembling_Code-IDA_Pro_SoftICE

Description: File .CHM of IDA Professional and SoftICE about disassembling code
Platform: | Size: 4321280 | Author: renan | Hits:

[AI-NN-PRmain

Description: POJ1077, 经典的八数码问题,IDA*算法-Eight classic digital issues, IDA* algorithm
Platform: | Size: 1024 | Author: 陈宇 | Hits:

[OtherReverseEngineeringCodewithIDAPro

Description: 反转IDA pro,让你进一步了解IDA pro 的实现原理,更多的认识调试工具的实现-Reverse IDA pro, IDA pro allows you to learn more about the realization of the principle of greater awareness of the realization of debugging tools
Platform: | Size: 3752960 | Author: 王星 | Hits:

[SCMIDA_Good

Description: IDAd的实例教程 使用IDA pro 的一个例程详细讲解了静态脱壳的方法,对反汇编的讲解 个人认为很好,希望对大家有帮助意义-IDAd example tutorial IDA pro, a routine shelling explained in detail the static method, the disassembly of the individual to explain that very well, meaning we want to help
Platform: | Size: 186368 | Author: 高军 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 14 »

CodeBus www.codebus.net