Commit Graph

654 Commits

Author SHA1 Message Date
pancake
583be01f32 Handle ^C in /p 2014-05-14 23:24:46 +02:00
Adam Pridgen
5bb7ddef66 Added listing for binfiles, selection by binobject ids, selection by binfile ids, and deletion by bin object ids 2014-05-13 21:54:18 -05:00
deeso
1fbc7f2168 Added load_bytes, Pushed curplugin down to RBinObj, Reworking the RBinFIle loading to accomodate RBinObj reworked how all bins are loaded. Needed to hack IO to make
this work with rbinfiles and rbinobjects.

Conflicts:
	libr/bin/bin.c
	libr/bin/p/bin_te.c
2014-05-13 21:54:18 -05:00
pancake
728dd81352 Add objc.pl to import ObjC class info into r2, enhace arm.cs and more
- Fix @@ flagname*
- Fix precision bug in r_num_units()
- Better ARM Thumb code analysis (still pretty basic)
2014-05-14 03:53:22 +02:00
pancake
216c183b6e Remove tons of useless 'if (x) free (x)' 2014-05-09 17:40:28 +02:00
deeso
4ad0f2a400 Tweaking bin plugins so that they can check bytes along with a binfile and fixed extraneous * in buf.c and r_util.h 2014-05-08 14:09:10 -05:00
deeso
621e425e26 Adding buffer accessors 2014-05-08 12:27:50 -05:00
pancake
887f15b03d Add r_bp_del_all (db-*) and fix some more bugs 2014-05-08 17:38:29 +02:00
pancake
773b033620 Fix negative/huge mallocs in PE parser and fix invalid fd close 2014-05-08 01:32:06 +02:00
pancake
d138f61816 Add r_num_as_string() in '?' and in disasm as comments 2014-05-07 02:51:04 +02:00
Skia
b1b90852be Implement a more efficient r_list_add_sorted 2014-05-06 11:25:30 +02:00
Skia
52b7f19029 Remove r_list_get function 2014-05-06 11:25:22 +02:00
pancake
a7778a5815 Fix r_num_free memleak 2014-05-06 04:00:26 +02:00
Adam Pridgen
e9cabecc45 Fix CIDs: 1211131, 1211134, 1211136, 1211133, 1211143 2014-05-04 22:09:20 -05:00
pancake
f9256d83de Add initial ascii-art graph layout and implement RCons.resize() api 2014-05-05 03:15:28 +02:00
jvoisin
995134d2a8 Fix a picky gcc warning 2014-05-03 02:21:14 +02:00
fr33tux
a68171d3e9 Remove r_list_unlink and r_list_unref functions 2014-05-03 01:27:10 +02:00
fr33tux
3d801f90ff Remove r_list_destroy, replaced it by r_list_purge 2014-05-03 01:27:10 +02:00
pancake
44f43eb42b Use MAKE_JOBS in more places 2014-05-03 01:23:12 +02:00
deeso
14354feb61 fixed MMap Read-Write issue in io plugins and RBuf 2014-05-02 16:43:47 -05:00
deeso
3adcb54f17 Overhauled how files are loaded. Now *all* files use an IO plugin the default one is mmap'ed 2014-05-01 20:13:57 -05:00
pancake
7028b225bd Added 'VV' command to run the visual graph mode 2014-04-29 03:54:20 +02:00
pancake
d7ff0e46be Implement 'ej' to dump config in json and update uncrustify 2014-04-28 11:54:01 +02:00
pancake
b49195f2df Fix lot of warnings 2014-04-28 11:53:22 +02:00
Judge_Dredd
3158cc9d1c fix #822 & related mess 2014-04-28 11:36:55 +02:00
Anton Kochkov
0f14e3352c Fix DWARF parsing 2014-04-27 03:57:53 +04:00
Anton Kochkov
afedcc0074 Fix CID 1135011, 1195065, 1134730, 1134754, 1134907, 1134758 2014-04-27 01:06:13 +02:00
deeso
3e412605e3 Fixed: 1205190, 1205200, 1205191, 1205199, 1205198, 1205197, 1205196, 1205195 2014-04-25 14:21:20 -05:00
Anton Kochkov
008af29003 Fix CID #972173 2014-04-25 05:40:30 +04:00
Anton Kochkov
633043ae8f Fix CID #1134677 2014-04-25 05:36:16 +04:00
Anton Kochkov
f1e2ffa2ca Fix CID #1134712 2014-04-25 05:24:21 +04:00
Anton Kochkov
dff80a870b Fix CID #1134716 2014-04-25 05:18:29 +04:00
Anton Kochkov
3f4d7bdf34 Fix CID #1134755 2014-04-25 05:18:29 +04:00
Anton Kochkov
bca86df493 Fix CID #1134856 2014-04-25 05:04:44 +04:00
Anton Kochkov
5e8305e7a6 Fix CID #1134893 2014-04-25 05:01:42 +04:00
Anton Kochkov
e0c0e18ee6 Fix CID #1134958 2014-04-25 04:58:48 +04:00
Anton Kochkov
e7d75ab994 Fix CID #1135011 2014-04-25 04:56:37 +04:00
Anton Kochkov
52cc6ccce4 Fix CID #1135067 2014-04-25 04:52:47 +04:00
Anton Kochkov
06057c3945 Fix CID #1135068 2014-04-25 04:48:31 +04:00
Anton Kochkov
9864220150 Fix CID #1135101 2014-04-25 04:42:05 +04:00
Anton Kochkov
41aa422a8a Fix CID #1135168 2014-04-25 04:37:18 +04:00
Anton Kochkov
0146be4273 Fix CID #1135634 2014-04-25 04:31:47 +04:00
Anton Kochkov
14f3c113d3 Fix CID #1195065 2014-04-25 04:19:34 +04:00
Fedor Sakharov
179147bf77 util: Read strings from file correctly 2014-04-21 19:22:37 +04:00
Adam Pridgen
ea94ae5c2c Fix CID: 1204243, 1204247, 1204246, 1204245, 1204244 2014-04-20 23:55:50 -05:00
deeso
a1e81a4cbd refactored some of cmd_hash 2014-04-20 17:22:51 -05:00
Anton Kochkov
b257f06a9c Fix CID #11351131 2014-04-20 03:33:59 +04:00
pancake
b7ac099d2d Add 'pxd' for base10 hexdump 2014-04-12 01:14:13 +02:00
pancake
77b2e5fcc2 Fix hex.cols=1 infinite loop 2014-04-09 05:12:26 +02:00
pancake
3cc4187fc6 Add 'pca' to print code asm line 'ps' in r1 2014-04-11 00:34:48 +02:00