https://www.hex-rays.com/forum/viewtopic.php?f=6&t=3322

List of scripts:
http://www.openrce.org/downloads/browse/IDA_Scripts
http://old.idapalace.net/idc.html
http://old.idapalace.net/idc2.html
http://old.idapalace.net/idc3.html
http://nah6.com/~itsme/cvs-xdadevtools/ida/idcscripts/
http://itsme.home.xs4all.nl/projects/id ... ripts.html
http://old.idapalace.net/misc.html
https://github.com/snarez/ida-efiutils
..

Plugins:
http://old.idapalace.net/plugins.html
http://old.idapalace.net/plugins2.html
http://old.idapalace.net/plugins3.html
http://old.idapalace.net/plugins4.html
http://old.idapalace.net/plugins5.html
http://old.idapalace.net/plugins6.html
http://old.idapalace.net/plugins7.html
http://old.idapalace.net/plugins8.html
http://www.openrce.org/downloads/browse/IDA_Plugins
http://itsme.home.xs4all.nl/projects/ida/
https://github.com/aaronportnoy/toolbag/
http://www.openrce.org/blog/view/1344/C ... DA_plug-in
..

Related projects (google code, github, sourceforge):
https://code.google.com/p/optimice/
https://code.google.com/p/pyhexrays/
https://code.google.com/p/idapython/
https://github.com/nikolai-r/ida-filter ... /filter.py
..

Books:
http://www.amazon.com/IDA-Pro-Book-Unof ... 1593272898
http://www.amazon.com/Reverse-Engineeri ... 159749237X
..

Video tutorials:
http://woodmann.com/TiGa/idaseries.html
..

IDA resources - Script, Plugin, Project, Book, Tutorial的更多相关文章

  1. Chapter 7 Resources in Plug-In(1)

    Activity and resource are like twin brothers. And so if the activity need to be solve in Plug-In com ...

  2. 关于Error:Maven Resources Compiler: Maven project configuration required for module '项目名' isn't available. Compilation of Maven projects is supported only&

    总是出现Error:Maven Resources Compiler: Maven project configuration required for module '项目名' isn't avai ...

  3. (转)新建maven项目时报错Error:Maven Resources Compiler: Maven project configuration required for module 'XX'解决方法

    转载地址:https://blog.csdn.net/qq784515681/article/details/85070195 在新建maven项目时,Problems中报错: Error:Maven ...

  4. Android Cocos2dx引擎 prv.ccz/plist/so等优化缓存文件,手把手ida教你逆向project反编译apk库等文件

    前段时间在 Android play 上看到一个非常牛逼的 3D 动态天气预报,效果真的非常炫.二话不说动手 dex2jar.bat/apktool 发现这并没 有什么卵用,在核心的地方看见 nati ...

  5. idea出现Error:Maven Resources Compiler: Maven project configuration required for module 'market' isn't available.

    idea出现如下错误解决办法 1.重新在Build-Rebuild project 既可以解决啦

  6. maven profiles、filters、resources学习笔记 及 常用 plugin demo

    这里只记了学习以下博客后,自己做的一个总结. 来源:http://blog.csdn.net/fengchao2016/article/details/72726101 profiles定义了一些不同 ...

  7. Java Gradle入门指南之插件管理(类型、导入及java plugin使用)

        上一篇随笔介绍了如何使用Gradle内建任务,介绍了自定义Gradle任务类的三种方法(build文件,buildSrc文件夹.新建groovy项目),一个任务是一个原子操作,即不可分割的.项 ...

  8. 学习Maven之Properties Maven Plugin

    1.properties-maven-plugin是个什么鬼? 介绍前我们先看一个问题,比如我们有一个maven项目结构如下: 一般我们都把一些配置文件放到像src/main/resources/jd ...

  9. Myeclipse/eclipse的Web project改写成Maven项目

    1.导入或建立web项目时加上maven的设置 2.加入如下代码:<dependencies>标签下加入红色部分 <dependencies> <dependency&g ...

随机推荐

  1. Python 类的名称空间和组合

    一.Python类的名称空间 class Student(object): School = '北京大学' def __init__(self): pass stu1 = Student() stu1 ...

  2. [转载]hazard pointer

    hazard pointer 转载自: http://hi.baidu.com/rodimus/item/f6539cc179894f2f47d5c0ef 这是用于解决多线程并发下内存的回收,一块内存 ...

  3. plsql例子

    create or replace procedure find_difference(db_link in varchar2) is /* 比对两套环境建表脚本差异,以224环境为主 当前环境,db ...

  4. Maven使用第三方jar文件的两种方法<转>

    http://www.cnblogs.com/sekai/p/5932206.html 今天用上了.. ===================== 在Maven中,使用第三方库一般是通过pom.xml ...

  5. go当中寄生于变量的方法

    这个东东,好像其它语言很少见呢. 印象中,ruby是可以这样的. package main import ( "fmt" ) type user struct { name str ...

  6. 以Docker容器方式安装Ceph

    获取Ceph的Docker镜像 因为公司对于网络环境的限制,安装ceph时使用ceph-deploy反而很不方便,且ssh免密码方式也不适用,所以使用docker方式安装. Git地址 https:/ ...

  7. c++ primer 6 语句

    没什么重要的东西,异常处理在17章再讲吧

  8. ArrayList or LinkedList

    ArrayList or LinkedList import java.util.*; public class TestArrayLinked { public static void main(S ...

  9. ie6 css 返回顶部图标固定在浏览器右下角

    比较常用记录一下. #e_float{ _position:absolute; _bottom:auto; _right:50%; _margin-right:-536px; _top:express ...

  10. 去除win7桌面图标小箭头.bat

    reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Icons" ...