condret
b202b05774
Add support for GBA roms and update GB opcode table
...
see http://gbdev.gg8.se/wiki/articles/CPU_Instruction_Set
2014-03-12 15:32:29 +01:00
pancake
a3c7044047
Fix #699 - mouse control chars in stderr
2014-03-12 03:32:50 +01:00
pancake
f3ac24dd47
Remove all deprecated (non-sdb) xrefs code
2014-03-12 03:23:50 +01:00
pancake
6c641ea461
Extended help message for 'k' command
2014-03-12 02:54:21 +01:00
pancake
fb98bc1335
More sdbization for comments and hints (-250LOC)
2014-03-12 02:44:49 +01:00
Fedor Sakharov
977b5fb706
io_ihex: Lets remove infinite cycle
2014-03-11 20:41:40 +04:00
pancake
8cfd3d475c
Finish implementing RAnalHints on top of SDB
2014-03-11 10:53:44 +01:00
pancake
73a46d574c
SDBize and refactor Anal-Hints, still unfinished
2014-03-11 02:47:10 +01:00
pancake
cae8209c1c
Update sdb fixing null deref in sdb_ns
2014-03-10 16:57:03 +01:00
pancake
6ba0214a73
Added initial uncrustify configuration file (still unfinished)
2014-03-10 16:55:37 +01:00
pancake
d27776c408
Fix infinite loop in ~.
2014-03-10 14:19:29 +01:00
pancake
051d1bd54b
Update SDB from git
2014-03-10 02:42:19 +01:00
pancake
7c8daf1e70
Refactoring RBinMeta into RBinDbgInfo
2014-03-10 02:27:32 +01:00
pancake
7cf6de3715
Fix #687 - Recognize UCALL on x86 (udis + cs)
2014-03-10 02:20:56 +01:00
pancake
6bcdeb9430
Fix #688 - Fix overflow in r_str_escape
2014-03-10 01:06:50 +01:00
pancake
b9d7533137
Fix overflow in r_socket_http_get
2014-03-10 00:55:57 +01:00
pancake
00b81f636f
Fix infinite loop in make clean
2014-03-10 00:33:29 +01:00
pancake
b24ce172fa
Handle <enter> and fix 'k' in RCons.less
2014-03-09 21:38:37 +01:00
pancake
ed186eab25
Fix symgraph script
2014-03-09 17:48:12 +01:00
pancake
ce49c47e92
Indentation cleanup and add missing license header to libgdbr
2014-03-09 17:33:08 +01:00
David Holm
87d336c796
Fix solib version for symstall rule
...
The same change as f0dbeb9 but for the symstall rule.
2014-03-09 11:24:44 +01:00
David Holm
f0dbeb9950
Fix solib file name on MacOS X
...
On MacOS X the library version goes before the library extension (dylib). This
patch adds two helper functions that are used by the install rule to get the
correct library file name.
2014-03-08 23:13:18 +01:00
Fedor Sakharov
7682a33646
Fix #689
2014-03-09 00:04:19 +04:00
Fedor Sakharov
bb68fa072c
util: Fix umask when making temp file
2014-03-09 00:01:04 +04:00
Fedor Sakharov
61193c6527
Fix coverity issues in r_util
2014-03-08 11:56:15 +01:00
pancake
9e8a815ac8
Strip 'ptr ' from capsone x86 disasm
2014-03-08 03:14:10 +01:00
Fedor Sakharov
939f274e90
Fixes #150
2014-03-08 03:00:04 +01:00
pancake
a1902426e6
RCons.clear_line() now can clear stderr line too
2014-03-08 02:56:04 +01:00
pancake
f7bdfb2bbc
Fix #575 - Thanks @montekki - plus other enhacements
...
- Use ↑ for utf8 backlines
- Support multiple RAnalMetas on every line in disasm.c
- Use sdb in disasm to retrieve RAnalMetas instead of api
2014-03-08 02:36:33 +01:00
pancake
2dcdd8b45e
Fix asm/d clean
2014-03-08 01:18:45 +01:00
pancake
e3b77a26ee
Update return value of sdb_foreach callbacks
2014-03-08 01:06:31 +01:00
pancake
784a1d2a72
Import radare2-capstone asm/anal plugins
2014-03-07 04:15:45 +01:00
pancake
99cd0fee14
Fix librgdbr makefiles and add capstone-sync shlr target
2014-03-07 02:00:27 +01:00
pancake
bb7958342b
Deprecate RPair API and ?k. Use SDB and integrate it with 'k'
2014-03-07 01:26:11 +01:00
pancake
ddd9bd811d
Fix newline in multiline comments and use ! for backjumps
2014-03-06 23:42:01 +01:00
pancake
086fc30e3b
Update sdb to fix disk sync and sdb_foreach
2014-03-06 03:42:28 +01:00
pancake
b001eed6bb
Update sdb for an array iteration optimization
2014-03-06 02:31:31 +01:00
pancake
ee3a397302
Bump sdb with some more fixes
2014-03-06 01:05:52 +01:00
pancake
7634b8ca77
Bump sdb and fix possible segfault in elf
2014-03-06 00:39:54 +01:00
pancake
b48153d88f
Update sdb, adds support for SdbFmt, fixes segfault in sdb_encode
2014-03-05 23:45:09 +01:00
pancake
c7772d91fa
Fix triplet
2014-03-05 22:22:38 +01:00
pancake
c8b18c5597
Nest some SDBs and make them accessible via 'k' command
2014-03-05 03:52:42 +01:00
pancake
7f8666a006
Fix invalid command quit
2014-03-05 01:11:24 +01:00
pancake
a43bc1e59d
Some more fixes for the sdbization of RAnalMeta
2014-03-04 18:36:04 +01:00
pancake
d664e7b7de
Initial SDBization of RAnalMeta...
2014-03-04 12:23:52 +01:00
pancake
94fc93890a
Fix #682 - Arrows not shown in 'pdf' command
2014-03-04 00:46:49 +01:00
pancake
3aae30fa2c
Refix link. Bump for 0.9.8.git
2014-03-03 19:33:52 +01:00
pancake
d1dd21ea9e
Fix statically link of libgdbr
2014-03-03 19:09:40 +01:00
pancake
ffa6f94ff2
Fix linkage of gdbr on w32
2014-03-03 18:57:21 +01:00
pancake
43698310e4
Fix new shlr/gdb linkage
2014-03-03 18:28:08 +01:00