Giter Site home page Giter Site logo

ronin-rb / ronin-code-asm Goto Github PK

View Code? Open in Web Editor NEW
48.0 7.0 11.0 535 KB

A Ruby DSL for crafting assmebly programs and shellcode.

Home Page: https://ronin-rb.dev

License: GNU Lesser General Public License v3.0

Ruby 100.00%
ronin-rb asm dsl ruby yasm shellcode assembly infosec

ronin-code-asm's Issues

Add rubocop

Add rubocop to the repository.

  • Add the rubocop and rubocop-ronin gems to the Gemfile.
  • Start with the template rubocop.yml file which closely matches Ronin's general code style.
  • Add the rubocop task and add it to the CI.

bundle exec rake spec:yasm can't run

Hey, I was tinkering around the other day with the Rakefile and noticed I couldn't get yasm: true tests to run. I think there's actually a typo in the pattern line. It runs when I change the pattern line to

t.pattern    = ['spec/program_spec.rb', 'spec/shellcode_spec.rb']

Add ANSI C types

If an ASM Program selects both an Arch and an OS, ANSI C types should be defined as methods.

  • char()
  • short()
  • int()
  • long()
  • long_long()
  • uchar()
  • ushort()
  • uint()
  • ulong()
  • ulong_long()

ROP gadget search

Any possibility to do that now ? Input a binary and come out with a set of useful gadgets or allow to search given a regular expression of the syntax i.e. "pop.+pop.+ret"

Add bin/ronin-asm

Add a bin/ronin-asm script that starts the ronin console with ronin/asm loaded.

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.