Git Product home page Git Product logo

disasmmini's Introduction

OD反汇编引擎的精简版本

作者 thisIs

在x64位系统下使用了LDE64x64反汇编引擎,x86下还缺少一个引擎,搜索到这个。备份一份。

说明:

去掉了所有字串相关操作,也就是将不会有字串形式的参考信息;

指令表那里去掉了C_NOW,C_MMX,C_FLT

补充了测试demo,修改了定义。

#####OD反汇编引擎,只适合x86系统

用法:

使用上是与原版的OD相同的

添加头文件 disasm.h

参数一:Src:要反汇编的指令地址

参数二:SrcSize:指令长度

参数三:pDisasm:返回结构

ULONG DisasmCode(PUCHAR Src,ULONG SrcSize,PDisasm pDisasm)

snatshot

OllyDbg 原版 disasm下载地址

disasmmini's People

Contributors

wanttobeno avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.