19 Commits

Author SHA1 Message Date
Giovanni
8058018973 Fix #11133 - Remove buf_hex frield from RAsmOp ##refactor 2019-03-26 12:50:13 +01:00
pancake
8dded7fd34 Fix #11340 - Visual Assembler not writing 2018-09-02 03:05:14 +02:00
pancake
dc5be0e089 Show error when cannot write after VA (use api vs cmd) 2018-08-09 16:36:11 +02:00
pancake
afda57061c Show error when VA instructions cant be assembled 2018-08-09 16:32:11 +02:00
cyanpencil
008354f865 Fixed a->codebuf not null terminated in vasm.c 2018-07-23 13:44:28 +08:00
cyanpencil
03af3f7160 Fixed buffer overflow in vasm.c 2018-07-23 13:44:28 +08:00
pancake
87ea24f22a Improve VA, show changed bytes as selected, less glitching 2018-07-17 23:53:44 +02:00
pancake
75545624b4 Fix #7976 - Fix VcjjjA 2017-07-21 19:02:14 +02:00
pancake
2982850c34 Fix VA boundaries 2016-11-24 23:37:47 +01:00
pancake
20e01b066b Show more context in VA assembler 2016-11-21 05:31:33 +01:00
pancake
4f1c50f7f5 Code cleanup and reindent in visual/core 2016-08-23 03:02:23 +02:00
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