zoukankan      html  css  js  c++  java
  • 我写的IDA插件发布了

    原贴地址:http://www.emutalk.net/showthread.php?t=42863

    未命名

    ------------------------------------------------------------------------------------
    Nintendo GameCube DOL Loader plug-in for IDA Pro 5.2

    *  (C) Copyright 2004 by Stefan Esser
    *  (C) Copyright 2007 by HyperIris (fsstudio at 263.net)

    I modified the plugin and port it to IDA Pro 5.2

    ------------------------------------------------------------------------------------

    Nintendo GameCube Gekko CPU Extension plug-in for IDA Pro 5.2

    *  (C) Copyright 2007 by HyperIris (fsstudio at 263.net)

    This is a Gekko CPU Paired Single extension instructions plug-in for IDA Pro 5.2

    ------------------------------------------------------------------------------------

    Both the plugin are for reverse engineering and homebrew debugging.
    Use them as your wish.

    Certainly, they are free for use, but if you distribute them please keep this readme file.

    BTW, source is messy, I feel shame to open it.

    ------------------------------------------------------------------------------------

    Installation

    Copy dol.ldw to $IDA_ROOTloaders
    Copy gekkoPS.plw to $IDA_ROOTplugins

    That's all, but you need of course PPC support in your version of IDA, hehe.

    ------------------------------------------------------------------------------------

    Usage

    It's simple: open .dol or .elf file, they work.

    Hint: In IDA Menu Options->General->Disassembly,
    check <Auto comments> will show Paired Single instructions explain.

    ------------------------------------------------------------------------------------

    Contact

    You can find me at <fsstudio at 263.net> or sometimes in irc channel: #pcsx2 #dolphin-emu #gcdev at efnet

  • 相关阅读:
    java中几个常见的Arrays下的类
    java二分查找法的实现过程
    java冒泡排序的实现过程
    java数组中选择排序的实现
    正则表达式
    StringBuilder的使用与总结
    String的几个常用API
    关于API,注释文档以及String
    关于sqlserve2000和sqlserver2005以后版本配置连接池的一些思路
    专题-X教育
  • 原文地址:https://www.cnblogs.com/skogkatt/p/4163249.html
Copyright © 2011-2022 走看看