Commit Graph

21617 Commits

Author SHA1 Message Date
pancake
a8a22b9383 Add support for build for android-x86_64 ##build 2019-05-14 15:02:30 +02:00
Vanellope
615ee535c7 Cursor is supported in the function panel ##panels 2019-05-14 15:02:02 +02:00
radare
500d46f58c
Fix linking for Android ##build (#14067) 2019-05-14 15:01:36 +02:00
Riccardo Schirone
fd5b0575b2 Apparently pfx can be NULL (#14066) 2019-05-14 13:08:53 +02:00
pancake
90fd81ca81 Fix warnings here and there 2019-05-14 10:44:19 +02:00
Anton Kochkov
3ebb7f7895
Fix AppVeyor build (#14062) 2019-05-14 12:29:28 +08:00
pancake
f51575cd87 Improve horizontal layout for better edges ##graph 2019-05-14 03:31:25 +02:00
radare
de8a39dd54
Make r_reg_get O(1). aae is 2x faster! ##optimization (#14061) 2019-05-14 03:31:04 +02:00
radare
c5f4266f45
Fix spp warnigs (#14059) 2019-05-14 01:38:17 +02:00
radare
ab39027ac3
Fix huge performance regression in 'zg' ##signatures (#14060) 2019-05-14 01:38:06 +02:00
Adrian Studer
98436899da Remove err dp error message, which is triggered for no reason by afu on code with jumps and calls (#14056) 2019-05-13 22:36:06 +02:00
dodococo
f3e4d0239e Fix clear screen issues in the autocompletion widget in the prompt ##cons 2019-05-13 22:35:35 +02:00
Óscar Carrasco
67561af820 Fix #14029 - pfc not showing structs and enums ##types 2019-05-13 18:14:37 +02:00
Giovanni
5983d30738 RISC-V (GNU) ESIL ##anal 2019-05-13 18:12:10 +02:00
pancake
34f2f9f25f Disable scr.prompt.popup by default 2019-05-13 16:25:26 +02:00
dodococo
d1147cf087 Initial RLine autocompletion using the popup widget (e scr.prompt.popup) ##cons (#14037) 2019-05-13 16:17:05 +02:00
Khairul Azhar Kasmiran
8d2b16d74f r_str_prefix() -> r_str_prepend() (#14048) 2019-05-13 16:16:13 +02:00
Vanellope
7f32a9bdd0 Visual mark is supported ##panels 2019-05-13 15:34:26 +02:00
pancake
59c59afedd Upgrade capstone to fix the xacquire x86-64 prefix 2019-05-13 15:30:15 +02:00
pancake
2651eefa14 Fill the screen in visual prx 2019-05-13 15:12:57 +02:00
radare
967b9e3a82
Fix some LGTM warnings (#14047) 2019-05-13 14:09:33 +02:00
pancake
169baf362c Fix ios_sign 2019-05-13 12:43:50 +02:00
pancake
822f1296e9 Post release version bump 2019-05-13 12:04:47 +02:00
pancake
75cfab37c6 Release 3.5.0 - Dismay 2019-05-13 11:12:57 +02:00
radare
4c87ee714e
Upgrade to use sdb 1.4.0 (#14045) 2019-05-13 11:10:33 +02:00
radare
12c824cfd1
Automatically choose wget/curl/git depending on availability ##build
* wget/curl downloads use CS_ARCHIVE
* Code cleanup in capstone.sh
2019-05-13 10:25:17 +02:00
Tilman Sauerbeck
093716fe45 afu: improve usage text and argument handling (#14044)
* Tweak documentation for afu to indicate its argument is mandatory.
* Detect missing argument in afu: Error out if afu is called without its mandatory argument.
2019-05-13 09:54:26 +02:00
Tilman Sauerbeck
1e0c5f6761 Improve argument parsing in af, afr and afn. (#14042)
We now skip leading whitespace when looking for the first argument
to these commands (the function's name). Previously, the following
command
  af  fcn.foo @ 0x000affe
would try to define a function with an empty name at offset
"fcn.foo @ 0x000affe".
2019-05-12 14:37:26 +02:00
radare
f97847837d
Fix #13980 - Glitch in panels with bgcolor ##cons 2019-05-12 14:36:55 +02:00
tilman2
f70a39cf4d Improve error messages used by afn and afr. (#14039)
When renaming a function fails because no such function exists
at the given address, don't include the new name in the error message
as it is unrelated to the cause of the error.
2019-05-12 10:26:12 +02:00
David CARLIER
44f9806763 Couple of mem leak fixes proposals. (#14038) 2019-05-12 10:24:15 +02:00
Vanellope
ee38f3da29 Naming tabs is supported ##panels 2019-05-12 04:10:09 +02:00
radare
5dd0d505e1
Fix isStripped() bit for PE bins ##bin 2019-05-11 19:22:56 +02:00
radare
7d158e443b
Fix #13988 - Add JSON output format to rafind2 ##search 2019-05-11 18:41:59 +02:00
pancake
c73751eae2 Trim spaces in pfo 2019-05-11 17:52:19 +02:00
Vanellope
c42d25c255 Improve visual mark ##visual 2019-05-11 10:09:17 +02:00
bart1e
8cb2ad402b Initial support for src/dst RAnalOps for ARM ##anal 2019-05-10 15:10:41 +02:00
Riccardo Schirone
c239acd33c Special symbols $a,$d,$t could also have a '.' + a number
Let's ignore the number for now, it shouldn't cause too much issues.
2019-05-10 15:08:15 +02:00
pancake
7ca41c5e50 Fix PPC regressions 2019-05-10 13:43:23 +02:00
pancake
6f565adc2d Update capstone v4 and next branches 2019-05-10 13:43:23 +02:00
Amith Venugopal
4b29de061c End of archive detection in rafind2 -m ##search 2019-05-10 13:17:57 +02:00
Itay Cohen
d6430de00b Fix pifcj issue 2019-05-10 13:16:11 +02:00
pancake
df7b9dd30f Hide esil warning under esil.verbose to please users 2019-05-10 12:46:36 +02:00
xarkes
47153d9dfd Fixed missing parameter for linux i386 (#14026) 2019-05-10 12:44:52 +02:00
pancake
32f6bfd46c Honor the entry0 flag and other bug fixes 2019-05-10 12:41:11 +02:00
pancake
2b90433bee Fix crash in -n 2019-05-10 12:14:25 +02:00
pancake
a59b8131a5 Seek to the first executable section if there's no entrypoint ##bin 2019-05-10 11:27:39 +02:00
pancake
afc6400fc6 Implement COFF imports and honor no-entry0 case ##bin 2019-05-10 11:27:39 +02:00
pancake
305ddc46a9 Implement mw command and fix segfault on old fs support ##bin 2019-05-10 11:25:35 +02:00
pancake
d8b283f8c6 Improve the RFS API to support write and unlink operations ##fs
* In fs_r2: /seek and /bsize and fix flags and config writes
* fs.shell supports echo and redirections '>'
2019-05-10 11:25:35 +02:00