14234 Commits

Author SHA1 Message Date
pancake
74690db2b1 Dont enable v8 mode on arm64 for capstone 2017-03-28 13:25:29 +02:00
pancake
1721c32177 Add CC. help in C? and handle CC.[addr] syntax 2017-03-28 13:07:52 +02:00
pancake
265a44c0d2 Fix #7133 - asm.cpu=v8 doesnt toggles cortex 2017-03-28 11:37:23 +02:00
alvarofe
f7e617b89f Update help in cmd_search.c 2017-03-27 22:03:10 +02:00
alvarofe
0cdd14e422 Fix #7150 - null dereference in regcomp.c 2017-03-27 21:56:58 +02:00
alvarofe
5c820132f6 Bump sdb e24f06002d15209f561d0d3234250a177613e872 2017-03-27 21:32:55 +02:00
Srimanta Barua
eea0d7c494 Fixed findNextNumber and filter (#7161) 2017-03-27 19:43:56 +02:00
pancake
c1074d8e9d Fix non-initialized regression in s 2017-03-27 13:43:18 +02:00
Khairul Azhar Kasmiran
c79bab3df4 Don't repeat flag in comment if already in disasm (PUSH) (#7140)
* Don't repeat flag in comment if already in disasm (PUSH)

* Maintain current behavior if ds->opstr is NULL
2017-03-27 13:24:50 +02:00
pancake
c504b85a7c Fix #7117 - Implement s! to show near flag names for history offsets 2017-03-27 13:12:59 +02:00
Giovanni
7ab66cca5b Fix #7152 - Null deref in cms 2017-03-27 12:55:16 +02:00
pancake
6de49610ea Add 40 more asm.describe for Thumb2 2017-03-27 12:38:14 +02:00
Srimanta Barua
2ce093b23d Added display of strings in disassembly for PIC binaries (#7112)
* Added refs to disassembly

* Added comments for lea references

* Bug fixes

* arm and mips tests

* Fixed merge conflicts
2017-03-27 04:48:55 +02:00
pancake
854cf38a92 Honor asterisk mode in /V 2017-03-27 04:10:49 +02:00
pancake
24a549a86b Fix esil.stack.size 2017-03-27 04:03:53 +02:00
pancake
f940c9207e Add esil.stack.{addr,size,depth} config variables instead of hardcoded constants 2017-03-27 03:39:13 +02:00
pancake
df86eaa3fd Fix null deref when setting bits and not arch in sections from plugins 2017-03-27 03:38:10 +02:00
pancake
e3682fab28 Initial work in progress support for parsing symbols for NRO 2017-03-27 02:29:00 +02:00
alvarofe
f4448ebfaf Fix r_list_merge_sort to avoid stack exhaustion 2017-03-27 00:52:09 +02:00
alvarofe
aa4374d347 Add missing definition r_debug_step_back 2017-03-27 00:29:31 +02:00
alvarofe
377ef73df8 Revert "Fix r_list_merge_sort to avoid stack exhaustion"
This reverts commit b6b1b3e18eeca81912cbd05dbef3c5be616bd59a.
2017-03-27 00:25:32 +02:00
Sven Steinbauer
3e72eb21c7 Fix bad 64 bit assembly for group1 ops (#7146) 2017-03-26 23:55:53 +02:00
Sven Steinbauer
06a36c923f Error on trailing for add op 16bit (#7147) 2017-03-26 23:55:46 +02:00
pancake
19833b610c Fix infinite loop in the mach debugger 2017-03-26 23:54:30 +02:00
pancake
ad20183942 Check for allocation to avoid null deref in snap 2017-03-26 23:54:26 +02:00
alvarofe
b6b1b3e18e Fix r_list_merge_sort to avoid stack exhaustion 2017-03-26 23:24:53 +02:00
pancake
446baaab2e Fix crash (null deref) in dsb 2017-03-26 22:51:12 +02:00
Maijin
4a5144635d Fix #7144 2017-03-26 22:34:03 +02:00
Maijin
8547935c6a Fix #7127 2017-03-26 22:29:16 +02:00
xarkes
05abf37193 Updated fortunes.tips pR->id 2017-03-26 18:15:46 +02:00
ITAYC0HEN
446bd2ab44 Updating rahash2 man page (#7141)
[*] Change every instance of "Hasher" to "rahash2"
[*] Replace the mention of r2's `#` command with `ph`
2017-03-26 16:52:38 +02:00
pancake
ce7104647e Add rahash2 -E xor and support -S - and -S @ to slurp stdin or files 2017-03-26 00:38:57 +01:00
pancake
36483bba65 Update uncrustify 2017-03-26 00:35:18 +01:00
Khairul Azhar Kasmiran
33da7ad530 Don't repeat flag in comment if already in disasm (#7125)
* Don't repeat flag in comment if already in disasm

* Added missing space

* Added check for valid ds->opstr
2017-03-25 16:05:39 +01:00
Ren Kimura
ce5758b739 Add reverse singlestep command 'dsb' (#7116) 2017-03-25 16:00:25 +01:00
Roi Martin
ecac240ca8 Autocomplete zign commands 2017-03-25 12:56:21 +00:00
Roi Martin
6833124b80 Show number of generated zignatures in za{e,a,m}F 2017-03-25 11:57:46 +00:00
pancake
7205fbd665 ESIL can now emulate memory mapped devices 2017-03-25 03:29:03 +01:00
pancake
560f363a35 Fix #7121 - Implement /f to find the contents of a file inside another 2017-03-25 02:52:53 +01:00
pancake
7db1a11d33 More reindent and use R_EMPTY instead of {0} 2017-03-25 02:30:00 +01:00
pancake
a93424a3db Indent cmd_search.c 2017-03-25 02:23:47 +01:00
pancake
f6ebc02a88 Add r2pm -H and clone with --recursive 2017-03-25 01:54:19 +01:00
Roi Martin
a3070b131b Restore zs names on load. r_spaces refactoring 2017-03-24 22:53:38 +00:00
ryarnyah
10f5ee880d Add docker hub functionality to r2-docker script and remove all cap by default 2017-03-24 23:57:43 +01:00
ryarnyah
ce6878f243 Shrink docker image 2017-03-24 23:57:43 +01:00
Sven Steinbauer
3aa18670ec Support assembling the BND prefix on x86.nz branch instructions 2017-03-24 12:22:04 +01:00
pancake
a8d0aeea05 0 is also a valid address for V. 2017-03-24 11:34:40 +01:00
Q
49a54115d3 Fix multiple definition of 'snesflags' in static build 2017-03-24 11:10:30 +01:00
pancake
9522695f04 Also replace the fcnprefix from fcn.type 2017-03-24 11:04:25 +01:00
pancake
55f1c0b4dd Fix #7108 - Implement anal.fcnprefix 2017-03-24 10:46:13 +01:00