radare2/libr/anal/vm.c
pancake fc9301b14b Add hints and named print formats and more
Initial implementation of anal hints (ah?)
Use anal hints in core/disasm. Needs more work
New data structure StrHT (string hashtable)
Simplify core/libs.c with cpp macros
Added r_cons_color() wip function for ansi256 consoles
RPrint no longer depends on r_cons
Sort 'a?' help commands
Add support for named print formats with pf$ command
Add support for 64 bit string pointers in 'pf' ('S')
Add r_print_mute and r_print_format_length functions
Bump r2 nodejs bindings version number
Merge r_print into r_util
2013-01-22 05:06:12 +01:00

33 lines
433 B
C

#if 0
r_anal_vm
=========
call0_enter
push ebp
mov ebp, esp
call0_exit
call0_signature:
stack
r32=eax,ebx,ecx,edx,esp,ebp,esi,edi
byte.0x6a=
byte.0xc9=leave
regs:
rax,rcx,rdx,rbx,rsp,rbp,rsi,rdi
opcode
0x6a, BYTE ; esp+=4;[esp-4]32=$0 # = push byte
0x50:rax,rcx,rdx,rbx,rsp,rbp,rsi,rdi push
0x58:rax,rcx,rdx,rbx,rsp,rbp,rsi,rdi pop
0xc9 = leave
0xb8:$regs$u32 # mov $0, $1
stack
keep backtrace
stackframes
#endif