Commit Graph

14647 Commits

Author SHA1 Message Date
pancake
8c49c29900 Aim to fix va_copy issue in rcons 2017-05-13 03:35:01 +02:00
pancake
487cf1d703 Fix those aarch64 warnings 2017-05-13 03:00:39 +02:00
pancake
4d41c69742 Fix for @@c:/c to be compatible with @@/c 2017-05-13 02:35:31 +02:00
pancake
e1253e0efb Fix #7480 - do not create dirty files on project load 2017-05-13 02:20:06 +02:00
pancake
6a140bfc5b Support another main signature for PE 2017-05-13 02:14:01 +02:00
SkUaTeR
28f785daa0 MSVC compile correctly (WIP) 2017-05-13 00:42:00 +02:00
pancake
11e8da31ed Fix alignment issues in hotkeys hints in disasm 2017-05-13 00:40:50 +02:00
Maijin
13240358a7 enhance main detection for MSVC 2017-05-12 18:24:46 +02:00
Sven Steinbauer
d2a839ff30 Error on invalid immediate for arm mov (#7479) 2017-05-12 14:04:50 +02:00
pancake
ed5e999b86 Refactor fo command into an api for cfg.fortunes 2017-05-12 03:44:53 +02:00
pancake
52dc44bc50 Honor user settings after loading the project when no bin info is found in RBin 2017-05-11 23:02:51 +02:00
Florian Märkl
63ae409288 Fix cmd_help reading beyond input array for ?O (#7477) 2017-05-11 21:22:53 +02:00
Juan Pablo Canepa
7dcf4bf796 Removed unneeded message from build system (#7478) 2017-05-11 21:06:01 +02:00
pancake
cab7a3a378 Fix pdrj test and catch errors in pdR 2017-05-11 12:45:04 +02:00
pancake
847d3f1195 Add missing midcursor check 2017-05-11 12:49:03 +02:00
pancake
3bfadcd4a3 Fix #7458 - Implement asm.midcursor 2017-05-11 12:47:48 +02:00
pancake
aa8a5fdb30 Fix two memleaks in r_json and r_x509 2017-05-11 12:29:42 +02:00
pancake
9523beb3bf Initial implementation of pdR, the af-less pdr 2017-05-11 12:27:08 +02:00
pancake
a58e556c34 Fixes for capstone3 2017-05-10 22:53:31 +02:00
pancake
81f2f82cd3 Fix write(0) in radiff2 -x 2017-05-10 22:28:11 +02:00
SkUaTeR
1b5a746786 add more fixes to msvc build (#7468)
* add more fixes to msvc build

* more fixes
2017-05-10 22:12:49 +02:00
pancake
1c0638c959 Update capstone from next after confirming test3 was ok 2017-05-10 19:51:09 +02:00
pancake
931027d2cf Fix make meson recursive issue 2017-05-10 17:50:53 +02:00
pancake
b24281c9c5 More fixes for mingw 2017-05-10 15:32:34 +02:00
pancake
ad54e9ddf1 Refix mingw32 build 2017-05-10 00:34:05 +02:00
pancake
1db8c637ae Fix meson build on macOS 2017-05-10 00:05:50 +02:00
pancake
8307a31249 Add dummy meson_options.txt 2017-05-09 23:54:02 +02:00
SkUaTeR
beb80cfc16 Fixes for MSVC 2017-05-09 23:53:20 +02:00
pancake
69b4c61b8a Fix mingw32 build 2017-05-09 22:57:47 +02:00
alvarofe
a24dc27556 Move jni init function into entrypoints 2017-05-09 22:41:06 +02:00
Giovanni
72b643654d iCj - Signatures in JSON format 2017-05-09 14:43:07 +02:00
xarkes
926f024909 Improved MSVC support (WIP) 2017-05-09 14:25:57 +02:00
pancake
c69b39798a Fix uninitialization issues in capstone 2017-05-09 14:18:17 +02:00
Rene Laemmert
f355ad66a1 honor retn <num> in esil x86 cs (#7457) 2017-05-09 12:43:58 +02:00
pancake
6a9579097c Fix anal.timeout description 2017-05-09 11:09:11 +02:00
pancake
0b4e63c732 Support Java_*_init pattern for JNI libs 2017-05-09 04:09:27 +02:00
pancake
6f6c0db635 Do not use dynamic size arrays in stack. Fix crash in DEX 2017-05-09 04:01:06 +02:00
pancake
e0ea16c394 Honor cfg.log for analysis metadata (CC, ...) 2017-05-09 03:38:29 +02:00
pancake
c4b6da3eaa Support -e -s in #!vala 2017-05-09 03:22:47 +02:00
pancake
d7c2c717ea Fix deadlock in r_core_cmd spawned from V@ 2017-05-09 03:06:50 +02:00
pancake
d97c6fb7f5 Implement cfg.log and cmd.log 2017-05-09 02:58:39 +02:00
pancake
31468882cc Add support for #!python -e and other rlang plugins 2017-05-09 02:42:51 +02:00
pancake
50b798c837 Fix mingw32 build 2017-05-09 02:42:16 +02:00
pancake
4846d210e2 Fix cmd_log tests T command 2017-05-09 02:10:28 +02:00
alvarofe
1a67862a1f Refix oob in r_asn1.c 2017-05-09 01:35:29 +02:00
David Manouchehri
4b11de34c0 Add r2pm dependencies to Dockerfile (#7454)
* Git is needed for r2pm, don't remove it.
* Initialize r2pm in Docker.
* Fixed up r2pm for the r2 user.
* We also still need a lot of other build tools for r2pm...
2017-05-08 22:05:35 +02:00
Khairul Azhar Kasmiran
3f506e0881 Fixed asm.cmtcol's off-by-one (#7452)
* Fixed asm.cmtcol's off-by-one

* Added a space
2017-05-08 20:21:56 +02:00
Marc
8bd2882979 Fix #7376 - segfault in dex (thanks to @marcograss for reporting) 2017-05-08 20:21:06 +02:00
soez
22c220c3e2 Update global_max_fast for dmh 2017-05-08 17:19:53 +02:00
radare
36dc6351cc Merge tms320c64x plugins into tms320, use e asm.cpu=c64x 2017-05-08 10:35:32 +02:00