Commit Graph

419 Commits

Author SHA1 Message Date
pancake
3fed8b71c6 Rename asm.esil.anal into asm.emu 2015-09-11 23:46:09 +02:00
pancake
245bd77a40 Fix #3264 - Colorize floating point numbers in disasm 2015-09-10 22:49:05 +02:00
pancake
7a2fbeaf0a Ignore null pointers in asm.esil.anal 2015-09-10 22:28:04 +02:00
pancake
c1335f6834 Support flags in asm.esil.anal comments 2015-09-10 05:14:47 +02:00
pancake
f62313c24b Missing space for 'likely' 2015-09-10 04:28:05 +02:00
pancake
783d31bf5a Find strings in esil and support thumb aap 2015-09-10 04:20:09 +02:00
pancake
4506a98cff Add arena.peek/poke, and fix emulation for asm.esil.anal 2015-09-10 01:42:56 +02:00
pancake
c025b5bd81 fix regression 2015-09-10 00:41:19 +02:00
pancake
9f95d5c1aa Initial implementation of asm.esil.anal. WIP 2015-09-10 00:34:21 +02:00
jvoisin
d4893718da Fix a bunch of dead assignements 2015-09-09 21:12:36 +02:00
pancake
9e11c5ce63 Make reflines 5x faster 2015-09-09 17:57:55 +02:00
pancake
6e4fd3e5a3 Enhace reflines a bit more 2015-09-09 01:24:27 +02:00
pancake
d1139711ff Honor utf8 in reflines 2015-09-09 00:42:30 +02:00
pancake
4c99bb6845 Refactor reflines and support asm.linesup for longer disasm 2015-09-08 23:21:35 +02:00
pancake
424fe2261c Fix #3219 - LDR ref issue on thumb 2015-09-02 10:01:53 +02:00
pancake
6b254a98c7 Fix #1118 - Add asm.invhex and asm.lines.ret
- Do some cleanup in RAsm and RCore.disasm
- Accidentally reverts 74be82d30b.
2015-08-31 00:24:28 +02:00
pancake
0096c5bf1d Fix null deref issues in anal reflines 2015-08-30 23:35:02 +02:00
pancake
1d4b0d8555 Fix some covs 2015-08-28 17:21:04 +02:00
pancake
90fcbd10dc Fix #3182 - blacklist relocs in midflags 2015-08-27 13:44:57 +02:00
Álvaro Felipe Melchor
74be82d30b Fix #1118 2015-08-26 23:39:23 +02:00
pancake
1efa0f2f7e Add asm.slow eval config var to speedup disasm
- Useful for slow io backends
2015-08-26 03:27:34 +02:00
pancake
235953900c Fix glitch in disasm DATA XREFS 2015-08-26 00:29:56 +02:00
pancake
1f277f72e9 Add asm.indentspace and implement .atd and atl 2015-08-12 10:40:24 +02:00
Riccardo Schirone
ed4691b51c core/disasm: reset colors at the end of a line with only one style 2015-08-09 22:17:56 +02:00
pancake
036b07bf6b Do not show flags in disasm if the function name is the same 2015-07-27 23:01:01 +02:00
pancake
1e8714f0cf Fix cmd_pd_bugs (function names must not be section) 2015-07-25 03:31:17 +02:00
pancake
5ffe848cb2 Fix COV 1311950 2015-07-17 11:33:16 +02:00
Riccardo Schirone
99ac4461c4 core/config: rename var to enable/disable marks before disasm 2015-07-16 13:20:04 +02:00
pancake
d4eb221d38 Add asm.tabsoff variable to make Bokken happy 2015-07-15 17:30:34 +02:00
pancake
10ad1deaac Fix op.ref issue on some x86 MOVs and show flags for op.ref 2015-07-15 16:45:24 +02:00
pancake
2145a2cd05 Add asm.tabsonce to only tabulate the instruction 2015-07-15 15:14:51 +02:00
pancake
cb26b7a366 Fix asm.describe when asm.ucase is set 2015-07-15 14:55:00 +02:00
pancake
d645c3338f Honor asm.fcnlines in asm.vars 2015-07-15 00:09:24 +02:00
Riccardo Schirone
acf1a347d6 core/config: add var to enable/disable cursor before the disassembly 2015-07-14 19:24:16 +02:00
pancake
51ef7c01d1 Autocomment for memref strings in disasm (reported by @dwenstein) 2015-07-08 18:46:35 +02:00
pancake
c334632809 Add anal.noncode to avoid analyzing data by default
Fix double-free in core/anal.c
2015-07-05 01:44:45 +02:00
Jeffrey Crowell
cb2184912d fix out of bounds heap read in perform_disassebly
close #2872
2015-07-01 18:52:25 -04:00
pancake
7851b75e5c Fix color and indentation issues in some comments 2015-06-29 11:37:18 +02:00
pancake
323d54702c Fix #2842 - Fix function boundary lines in one-instruction length function 2015-06-25 22:25:26 +02:00
Riccardo Schirone
77a26237fe util/list: add some const to the API and adapt existing code 2015-06-17 11:22:10 +02:00
pancake
b3fdc01318 Fix regression in disasm with anal-meta 2015-06-15 10:55:05 +02:00
pancake
4e1f7d2f0b Honor asm.esil in pij and make mangling types as masks 2015-06-15 05:04:57 +02:00
pancake
6245e65422 Fix scr.color in pdi 2015-06-14 02:43:37 +02:00
pancake
bcb51cd4ce Fix another asm.cmtright=false color glitch in disasm 2015-06-12 03:09:58 +02:00
pancake
f8b1f8e807 Fix iorap bug, disasm glitch, and comments are red now 2015-06-12 02:11:07 +02:00
pancake
faed37ca55 Honor asm.cmtright for refptr too 2015-06-05 01:03:24 +02:00
pancake
4d900061bb Better asm.cmtright, honors asm.section 2015-06-05 00:45:42 +02:00
pancake
9c467f2ade Fix #326 - call comments honor asm.cmtright now 2015-06-05 00:19:41 +02:00
pancake
99883280e0 Restore internal temporal seek and avoid huge backward disasms 2015-06-04 16:53:04 +02:00
pancake
b6720d8529 Puke rainbows in pi pid and pdi 2015-06-04 13:05:02 +02:00