Commit Graph

8 Commits

Author SHA1 Message Date
Quentin Santos
eabfaaf550 Fix visual assembler offset
Relative jumps need to be assembled with the correct starting address. It was
not set correctly in the visual assembler.
2015-05-05 14:06:44 +02:00
Quentin Santos
138ce88681 Fix visual assembler
The altered section of code is supposed to update the assembly code displayed
when enter new opcodes. This is done gy giving the hexadecimal representation
of the new binary to the the "pd" command. The corresponding flag is "@x:" and
not "@b:" (the later is used to temporarily set asm.bits).
2015-05-05 14:06:44 +02:00
pancake
b5b87d7249 Fix 'VA' (visual asm), 'pd' and 'pD' with @b: suffix 2014-01-29 02:55:03 +01:00
pancake
5f4623ed46 Fix some bugs appeeared during the training course
Fix segfault in "rasm2 'xor e'"
Fix overflow in 'ad@esp' when long strings are analyzed
Fix null pointer check in r_num
2013-03-07 13:08:05 +01:00
pancake
aed2fd9aa5 Apply zlul's enhacements for html.sh 2013-01-04 14:51:21 +01:00
pancake
0d04880367 Add support for small push in x86.nz assembler
Better Visual Assembler and help ('?' show help)
2012-12-22 04:28:19 +01:00
pancake
1f1b0f32e9 Better help for '?' '???' '?$?' '@' and others.. 2012-12-22 03:37:50 +01:00
pancake
4d22fcb806 Implement VA (Visual Assemlber), readline with callback and chs
r_cons_readline now have a callback api
r_num_chs() to convert from disk CHS to real address.
2012-12-22 02:37:01 +01:00