Git Product home page Git Product logo

asmtool's Introduction

ASMTool

Some tools for binary analyses.

Name Rule

  • eg = example.
  • pycmd = python version of cmd.
  • cmd can go with -, but module only go with _; use _ for common case.

Command

  • pyawk, easy work awk in python - I hate the awk escape!
  • pyhttp, easy start a http server.
  • pysocket, simple test for low level socket.
  • pygit-user, easy change git local user.
  • gen-argparser, give me a argparser statement in python now!
  • ascii, show ascii code table.
  • value, show value of the given.
  • cheatsheet, quick lookup and give the related knowledge.

Binary

flags.py

a script tool to compute x86 asm flag values and relations. input: flag value. output: feasible relations (aka. CC).

check_jcc.py

using angr (simu exec) and pwntools (asm process), check if the jcc is feasible after spec ins. input: asm in string. output: jcc feasible or infeasible.

unicorn_eg.py

simulate asm execution using unicorn.

here is a e.g. but useful too.

frida/

All tools base on frida. *

lief/

all tools base on LIEF.

IDA/

IDA

llvm/

fuzz/

  • radamsa Radamsa: a corpus (test case) generator.

Here we keep an linux executable only.

misc

misc/vex

Vex: VEX IR library.

only the original header and simple list of all vex ir.

Crypto

some special encryption algorithm implement in python.

  • ssaes: super simplified AES.

DB

asmtool's People

Watchers

 avatar

Forkers

xcode2010

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.