CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - IDA

搜索资源列表

  1. Archive-2

    0下载:
  2. more IDA helper scr ipts to assist in mips reverse engineering
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-07
    • 文件大小:1969
    • 提供者:alex
  1. linux kernel disassemble tool

    0下载:
  2. linux kernel disassemble tool, run in ida
  3. 所属分类:Linux/Unix编程

  1. IDA_star

    0下载:
  2. 使用IDA星算法解决八数码问题,效果比A星算法更好,运行速度更快,代码更为简洁,代码用C++语言编写,共包含基础版和测试版两个文件夹,测试版为在所写数据集上测试效果(362880个数据),基础版为人为输入源状态与目标状态,进行转化-IDA Star algorithm using eight digital problem solving, better than the A Star algorithm, run faster, more concise code, the code used
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3944318
    • 提供者:
  1. Tman

    0下载:
  2. Collection off IDC file for ida
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-17
    • 文件大小:135924
    • 提供者:boza
  1. idasdk65.131213

    0下载:
  2. Interactive Disassembler SDK for IDA 6.5. You need it if you want to develop your own plugin for use in the disassembler
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-10
    • 文件大小:16942159
    • 提供者:htk
  1. DumpInfo

    0下载:
  2. he idea behind DumpInfo was to dump only _user_ created information from the disassembly into text a file for your notes or into and IDC scr ipt for porting to a new disassembly. Since the accuracy of IDA is constantly improving, sometimes the
  3. 所属分类:Driver develop

    • 发布日期:2017-04-25
    • 文件大小:9700
    • 提供者:Newdz13
  1. RebuildImports

    0下载:
  2. The IDA Pro Book - Rebuild Process Import Table Example Copyright (C) 2008 Chris Eagle <cseagle@gmail.com> This program is free software you can redistribute it and/or modify it under the terms of the GNU General Public License as p
  3. 所属分类:Driver develop

    • 发布日期:2017-04-05
    • 文件大小:1355
    • 提供者:Newdz13
  1. smartdec-plugin-v0.0.4-win-qt4.8

    0下载:
  2. Hex-Rays decompiler alternative for IDA 6.5+
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:462056
    • 提供者:The Munsta
  1. HexRaysCodeXplorer

    0下载:
  2. IDA插件HexRaysCodeXplorer. Hex-Rays Decompiler plugin for easier code navigation. Right-click context menu in the Pseudocode window shows HexRaysCodeXplorer plugin commands-HexRaysCodeXplorer ================== Hex-Rays Decompiler plugin for b
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:880119
    • 提供者:谢林
  1. idapin

    0下载:
  2. ida pin tracer。 ida pro 调试跟踪工具,pintool方式实现。-This is a PIN tool that is used to connect IDA Pro debugger and PIN. IDA can use PIN to instrument a binary file, trace it, and even debug it. Breakpoints can be added to the target process, it can be
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:34740
    • 提供者:谢林
  1. Data-structure-(c)-

    0下载:
  2. 讲述了数据结构中的搜索:深搜,广搜,剪枝,IDA算法,并且包含各类例题。-About the data structure search: search deep, wide search, pruning, IDA algorithm, and contains all kinds of examples.
  3. 所属分类:Other systems

    • 发布日期:2017-05-19
    • 文件大小:5366905
    • 提供者:司思思
  1. Cavity-Code-LBM-Ida---Revise

    0下载:
  2. lattice boltzmann method for simulation of cavity flow
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:29687
    • 提供者:amin
  1. ds2000_cybernet_23072013

    0下载:
  2. IDA pro signatures for rigol devices
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:11528
    • 提供者:cybernet
  1. seach

    0下载:
  2. 电脑重启后,FTP服务器就开始运行了,但还要进行一些设置。点击“开始→所有程序→管理工具→Internet信息服务”,进入“Internet信息服务”窗口后,找到“默认FTP站点”,右击鼠标,在弹出的右键菜单中选择“属性”。在“属性”中,我们可以设置FTP服务器的名称-An integrated disassembler/debugger combination such as IDA should be a pretty powerful tool for manipulating binar
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-05
    • 文件大小:1161
    • 提供者:杨雪
  1. percpu_ida

    0下载:
  2. Percpu IDA library for Linux v2.13.6.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-14
    • 文件大小:4381
    • 提供者:mytongvao
  1. 3_cubic_puzzle

    0下载:
  2. 立方数码问题(8数码问题的三维拓展) 使用C/C++实现4个算法,即,使用启发函数h1(n)的A*算法:Astar_h1.cpp,使用启发函数h2(n)的A*算法:Astar_h2.cpp,使用启发函数h1(n)的IDA*算法:IDAstar_h1.cpp,使用启发函数h2(n)的IDA*算法:IDAstar_h2.cpp。输出文件名与算法对应。以h1为启发函数的A*算法输出到output_Ah1.txt;以h2为启发函数的A*算法输出到output_Ah2.txt;以h1为启发函数的IDA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:8624
    • 提供者:typ
  1. model

    1下载:
  2. IDA with opensees. this file proper for Incremental dynamic analysis with opensees program
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:988
    • 提供者:reza
  1. libsb

    0下载:
  2. Certicom library Flexnet SDK for creating IDA signature file.-Certicom library Flexnet SDK for creating IDA signature file.
  3. 所属分类:CA program

    • 发布日期:2017-04-28
    • 文件大小:395464
    • 提供者:Maximus West
  1. Krypton_2012_Hex-Rays_Contest

    0下载:
  2. Krypton is an IDA Plugin that assists one in reverse engineering x86 binary executables, by executing a function IDB (IDA database) using IDA s powerful Appcall feature. krypton takes xrefs a given function (say a possible decoder) to find all fu
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-30
    • 文件大小:503021
    • 提供者:Srinivas
  1. v830

    0下载:
  2. ida pro processador v830
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:44313
    • 提供者:rodrigo
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com