Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there assembler REPL under linux?

Recently I've started plaing with assembler under linux, there's good debuger, but comming from Ruby I'm missing simple REPL that would let me enter a line of assembler code and see the result on registers flags and stack.

Can anyone point me in good direction?

like image 731
Marcin Avatar asked Mar 17 '10 14:03

Marcin


2 Answers

Linux isn't supported yet, but if someone needs an assembly REPL for OS X, I have created one: https://github.com/Tyilo/asm_repl

Update: Rappel seems to be what you are looking for: https://github.com/yrp604/rappel

like image 125
Tyilo Avatar answered Nov 10 '22 18:11

Tyilo


Maybe something like bastard? Never used it, but it looks like it has some sort of interactive mode.

like image 35
Jay Walker Avatar answered Nov 10 '22 18:11

Jay Walker