ronin-rb / ronin-code-asm

A Ruby DSL for crafting assmebly programs and shellcode.
https://ronin-rb.dev
GNU Lesser General Public License v3.0
49 stars 11 forks source link

Intel syntax support #4

Closed dguido closed 11 years ago

dguido commented 11 years ago

http://www.quickmeme.com/meme/3tnkoi/

postmodern commented 11 years ago

I see what you did there:

 puts Ronin::ASM.new { mov 0xb000, eax }.to_asm(:intel)
_start:
    mov eax,    WORD 0xb000
postmodern commented 11 years ago

Serious question, should I change the default syntax to Intel?

richo commented 11 years ago

I'd be :+1: for it, but I don't feel strongly enough about it either way to generate memes.