Commit graph

1752 commits

Author SHA1 Message Date
deeso
d5908941fb Steps toward fixing the reopen of a file being debugged 2014-04-24 18:21:40 -05:00
Anton Kochkov
9b80617563 Fix CID #1163309 2014-04-25 02:44:35 +04:00
deeso
c6a7faad77 fixed the bug with the insane fuzz command 2014-04-22 23:06:00 -05:00
pancake
08ecf4fd99 Enhace disasm reflines in comments 2014-04-23 04:27:21 +02:00
pancake
b05e504f2f Add CC+ and CCa+ to append comments 2014-04-23 04:19:21 +02:00
pancake
836803d786 Sdbize RBin.list_archs(). Expose addrinfo in 'k bin/fd.#/addrinfo/*' 2014-04-23 03:57:13 +02:00
pancake
6d30dbc4ca 'r' command now returns file size instead of help 2014-04-23 03:31:40 +02:00
deeso
bee3f3f3fc some minor fixes 2014-04-22 19:40:32 -05:00
deeso
dd07844436 Fixing some Null Dereference Bugs courtesy of coverity 2014-04-22 18:39:17 -05:00
deeso
7e60145d14 Fixing search static buffer and const-ifying non-const pointer 2014-04-22 17:21:27 -05:00
Anton Kochkov
698fe42cfd Fix CID #1134744 2014-04-23 02:18:53 +04:00
pancake
b1d8caf355 Fix #801 - Fix an unitialised variable 2014-04-22 10:45:39 +02:00
Anton Kochkov
c83106cbe7 Fix CID #1195080 2014-04-22 02:00:05 +04:00
Anton Kochkov
64cf9e0542 Fix CID #1196407, #1196406 2014-04-22 01:53:12 +04:00
Fedor Sakharov
4dfadcb968 change bin.dwarf default to true 2014-04-21 19:28:46 +04:00
Fedor Sakharov
d75043c6eb disasm: read asm.dwarf var from config, fix segfault and remove asm.dwarf disabling in case of error 2014-04-21 19:22:37 +04:00
pancake
b3b5ad0da7 Add 'arf' command to find string refs (hacky util) 2014-04-21 13:50:38 +02:00
pancake
db42789d62 Make the http server work on w32 (^C not handled yet) 2014-04-21 12:55:34 +02:00
deeso
a1e81a4cbd refactored some of cmd_hash 2014-04-20 17:22:51 -05:00
deeso
1ccd783649 Fixing: CID 1204077, CID 1204078, CID 1204079, CID 1204082, CID 1204081, CID 1204080 2014-04-19 18:11:13 -05:00
Anton Kochkov
06de78a901 Fix CID #1134765 2014-04-20 02:54:53 +04:00
Anton Kochkov
f4731911f1 Fix CID #1134764 2014-04-20 02:51:42 +04:00
deeso
be5c6b6f0d Fixed the parsing and extraction of RBinFiles in macho or other multi-files. There appears to be a problem with bin->printf 2014-04-19 16:38:37 -05:00
pancake
61fba34835 Add 'iA' command to list all archs (sub-bins) 2014-04-18 12:10:38 +02:00
pancake
cf2e5799a9 Update to latest sdb 2014-04-16 06:26:47 +02:00
Adam Pridgen
a88218dd16 updating the way prototypes are created 2014-04-14 00:58:15 -05:00
Adam Pridgen
7cd412f6c9 Fix coverity issues and small bug in interfaces
Change the java references are presented in lcr
2014-04-13 23:49:00 -05:00
pancake
b7ac099d2d Add 'pxd' for base10 hexdump 2014-04-12 01:14:13 +02:00
pancake
774ccc71a0 Fix asm.arch=?asf issue, implement asm.syntax=? 2014-04-11 02:22:41 +02:00
pancake
bb531643ca Fix asm.arch=? asm.cpu=? and add hex.pairs option 2014-04-10 22:18:26 +02:00
deeso
1808ae3d22 added command wrapper for cp method ref insertion 2014-04-09 23:33:17 -05:00
Adam Pridgen
c3048100e2 Fixing coverity defects 2014-04-09 09:51:55 -05:00
pancake
6a61706d05 Random offby8 fixes for /R 2014-04-09 04:53:34 +02:00
pancake
8343522ad8 Fix #638 - Segfault in /R 2014-04-08 04:23:31 +02:00
pancake
863dad5a76 Use RCons.less() in Visual help 2014-04-07 03:13:06 +02:00
pancake
8ccbe1fd6e Fix #766 - Normalize S? help message 2014-04-06 02:03:07 +02:00
Adam Pridgen
8b8f876c6b Adding constant resolution to code 2014-04-05 13:30:04 -05:00
Adam Pridgen
f43f1083dd minor fix to replace classname value (off by one) 2014-04-05 10:51:35 -05:00
pancake
239f32d309 Fix #765 - list all signal numbers and names 2014-04-05 14:16:08 +02:00
pancake
20cb48898f Fix #763 - 'bf' tab autocompletion 2014-04-05 12:10:30 +02:00
Adam Pridgen
75043c88f3 added java command to print out the exception table 2014-04-05 04:12:56 -05:00
Adam Pridgen
b182b23b40 fixing the following coverity issues, which entails the issue with print and most of the java issues:
1196398, 1196403, 1196402, 1196401, 1196400, 1196413, 1196415, 1196414, 1196411
2014-04-05 00:39:17 -05:00
Adam Pridgen
aea7766d96 Fixed replace cp classname code, and added code to guard against too much fail if the java file is mangled 2014-04-05 00:10:25 -05:00
Adam Pridgen
61ccb44890 Fixing more memory leaks in java/class.c 2014-04-04 22:26:58 -05:00
pancake
f0b4e88157 Fix build 2014-04-05 02:20:06 +02:00
Adam Pridgen
0f1cb60b2d Fixed an off-by-one write bug, but need to fix the class replacement function 2014-04-04 09:39:04 -05:00
pancake
ad6b3842df Fix build and some more sdbization of anal vars 2014-04-04 03:42:22 +02:00
pancake
613e6e2f9c Fix invalid free and r2 -hh help 2014-04-03 23:05:52 +02:00
Adam Pridgen
3048a34783 Trying to fix mem-leaks, and allow updating of bin object infos 2014-04-03 14:04:07 -05:00
pancake
08d94e38e1 Plugins are now loaded from API, not from Core constructor 2014-04-03 12:43:30 +02:00