首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往
您找到你想要的搜索结果了吗?
是的
没有找到

IDA pro简介

本周分享的工具是IDA Pro 7.0。IDA Pro全称是交互式反汇编器专业版(Interactive Disassembler Professional),简称IDA,它是一种典型的递归下降反汇编器。IDA并非免费软件,但Hex-Rays公司提供了一个功能有限的免费版本。IDA是Windows,Linux或Mac OS X托管的多处理器反汇编程序 和调试程序,它提供了许多功能,是一款很强大的静态反编译工具。支持很多插件和python,利用一些插件可以提供很多方便的功能大大减少工作量,在CTF中,逆向和pwn都少不了它,更多强大的功能等待童鞋们自己去学习挖掘,三言两语讲不完。它支持数十种CPU指令集其中包括Intel x86,x64,MIPS,PowerPC,ARM,Z80,68000,c8051等等。 IDA pro7.0(绿色英文版)和 部分插件+ 《IDAPro权威指南第2版》已经上传至群文件,来源于: 吾爱破解论坛。论坛也有汉化版,英文原版本习惯了都一样。 看雪有一个 IDA pro插件收集区,大家有需要也可以去那找https://bbs.pediy.com/forum-53.htm

03

IDA PRO 5.6 Demo

‘instant debugger’: the debugger can be launched and a process started without a database. This feature is available locally and remotely and allows the debugger to be attached to any running process in the system. IDA can be used as the default system debugger. Remote 64-bit debugger for MS Windows 64 running on AMD64/EMT64. IDA itself runs in 32-bit mode while the debugger server runs in 64-bit mode to launch and debug 64-bit applications. full type system support for the ARM processor. IDA supports the function calling conventions and comments function parameters in the same way as it does on PC. The ARM module has been significantly improved: see a list of all the ARM specific enhancements below. Wizard-like interface to load new files. IDA assists the user in the initial load process by asking relevant questions about the file. This interface is configurable with XML files. Processor Modules

04

IDA Pro 7.5 + HexRays (x86/x64/ARM/ARM64)

The source code of the software we use on a daily basis isn’t always available. A disassembler like IDA Pro is capable of creating maps of their execution to show the binary instructions that are actually executed by the processor in a symbolic representation called assembly language. This disassembly process allows software specialists to analyse programs that are suspected to be nefarious in nature, such as spyware or malware. However, assembly language is hard to read and make sense of. That is why advanced techniques have been implemented into IDA Pro to make that complex code more readable. In some cases, it is possible to revert the binary program back, to a quite close level, to the original source code that produced it. The map of the program’s code can then be post-processed for further investigation.

02

Norton AntiVirus 2006 SRC[古董]

├─atomic │ ├─corp │ │ └─SOURCE │ │ ├─ABOUTSW │ │ │ ├─LIB.ADA │ │ │ ├─LIB.ARA │ │ │ ├─LIB.IDA │ │ │ ├─LIB.IRA │ │ │ └─SRC │ │ ├─ADMTOOLSDLL │ │ │ ├─lib.IDA │ │ │ ├─lib.IRA │ │ │ └─src │ │ ├─ALERTQ │ │ │ ├─LIB.ADU │ │ │ ├─LIB.ARU │ │ │ ├─LIB.IDU │ │ │ ├─LIB.IRU │ │ │ └─SRC │ │ ├─ALERTSVC │ │ │ ├─LIB.ADU │ │ │ ├─LIB.ARU │ │ │ ├─LIB.IDU │ │ │ ├─LIB.IRU │ │ │ └─SRC │ │ ├─ALERTUI │ │ │ ├─LIB.ADA │ │ │ ├─LIB.ARA │ │ │ ├─LIB.IDA │ │ │ ├─LIB.IRA │ │ │ └─SRC │ │ ├─APCOMM │ │ │ ├─LIB.ADA │ │ │ ├─lib.ADUK │ │ │ ├─LIB.ARA │ │ │ ├─lib.ARUK │ │ │ ├─LIB.IDA │ │ │ ├─lib.IDAV │ │ │ ├─lib.IDUK │ │ │ ├─LIB.IRA │ │ │ ├─lib.IRAV │ │ │ ├─lib.IRUK │ │ │ └─SRC │ │ ├─APEVENT │ │ │ ├─lib.ADUK │ │ │ ├─lib.ARUK │ │ │ ├─lib.IDAV │ │ │ ├─lib.IDUK │ │ │ ├─lib.IRAV │ │ │ ├─lib.IRUK │ │ │ └─SRC │ │ ├─APKERNEL │ │ │ ├─lib.ADUK │ │ │ ├─lib.ARUK │ │ │ ├─lib.IDAV │ │ │ ├─lib.IDUK │ │ │ ├─lib.IRAV │ │ │ ├─lib.IRUK │ │ │ └─SRC │ │ ├─APUI │ │ │ ├─lib.ADUK │ │ │ ├─lib.ARUK │ │ │ ├─lib.IDAV │ │ │ ├─lib.IDUK │ │ │ ├─lib.IRAV │ │ │ ├─lib.IRUK │ │ │ └─SRC │ │ ├─APWCMD │ │ │ ├─LIB.ADA │ │ │ │ └─WINNT │ │ │ ├─LIB.ARA │ │ │ │ └─WINNT │ │ │ ├─LIB.IDA │ │ │ │ ├─WIN95 │ │ │ │ └─WINNT │ │ │ ├─LIB.IRA │ │ │ │ ├─WIN95 │ │ │ │ └─WINNT │ │ │ └─SRC │ │ ├─APWUI │ │ │ ├─LIB.IDA │ │ │ │ ├─NAVW │ │ │ │ └─NAVWPRV │ │ │ ├─LIB.IRA │ │ │ │ ├─NAVW │ │ │ │ └─NAVWPRV │ │ │ └─SRC │ │ ├─APWUTIL │ │ │ ├─LIB.ADA │ │ │ ├─LIB.ARA │ │ │ ├─LIB.IDA │ │ │ ├─LIB.IRA │ │ │ └─SRC │ │ ├─ASFCACHE │ │ │ ├─lib.ADUK │ │ │ ├─lib.ARUK │ │ │ ├─lib.IDUK │ │ │ ├─lib.IRUK │ │ │ └─SRC │ │ ├─ATMIGAPP │ │ │ ├─LIB.IDA │ │ │ ├─LIB.IRA │ │ │ └─SRC │ │ ├─ATMIGRAT │ │ │ ├─LIB.IDA │ │ │ ├─LIB.IRA │ │ │ └─SRC │ │ ├─BIN.ADA │ │ │ ├─NAVW │ │ │ ├─NAVWNT │ │ │ ├─NAVWNTPR │ │ │ ├─NAVWPRV │ │ │ ├─SERVER │ │ │ ├─WINNT │ │ │ └─WORKSTAT │ │ ├─BIN.ADU │ │ │ └─NAVWNTPR │ │ ├─bin.ADUK │ │ ├─BIN.ARA │ │ │ ├─NAVW │ │ │ ├─NAVWNT │ │ │ ├─NAVWNTPR │ │ │ ├─NAVWPRV │ │ │ ├─SERVER │ │ │ ├─WINNT │ │ │ └─WORKSTAT

01
领券