Rene Laemmert
3b051758eb
aab now executes direclty also added aab* ( #7688 )
2017-06-06 18:28:43 +02:00
Ren Kimura
8c789b5be5
Fixed overflow of page_off ( #7687 )
2017-06-06 16:21:55 +02:00
Roi Martin
8f5929e44d
Check zoomsz value
2017-06-06 10:45:01 +02:00
Roi Martin
c2609ad44b
Fix r_print_hexdump ref in rafind2
2017-06-06 10:45:01 +02:00
Roi Martin
a1388159c8
Fix hexdump offset in zoom mode
...
Add argument zoomsz to r_print_hexdump(). It allows to specify the real
size of each byte in the hexdump.
2017-06-06 10:45:01 +02:00
Ayman Khamouma (ak42)
a6259d28c6
invert offset color for traced instructions ( #7685 )
2017-06-06 10:00:57 +02:00
sroxy
7e3072d8f4
mbn: fix image type check ( #7684 )
...
aboot.mbn isn't recognized by r2 because the check is too strict,
valid values for load_index (aka image_id) start from 1, aboot.mbn is using 5.
Fixes #7681
2017-06-06 09:52:17 +02:00
Lowly Worm
414608ff25
use the is_empty api call for peek
2017-06-06 00:27:50 -04:00
Lowly Worm
e4652c0319
add r_stack_peek to the stack api
2017-06-06 00:13:51 -04:00
Tzaoh
991a1b8dd9
Replace dh for dL ( #7682 )
...
* Replace dh for dL
* Changed places where 'dh' cmd was used.
2017-06-05 14:45:45 +02:00
pancake
90480d325b
Fix last covs
2017-06-05 13:23:39 +02:00
pancake
6a9b0430db
Fix disasm crash in r2_ir_dalvik_disassemble
2017-06-05 12:42:35 +02:00
pancake
796dd28aaa
Fix ext2 buffer overflow in r2_sbu_grub_memmove
2017-06-05 12:38:39 +02:00
xarkes
9991ac1627
Appveyor windows-installer integration
2017-06-05 11:00:51 +02:00
Srimanta Barua
ad764839b2
Initial breakpoints, step, and continue for gdbserver. Plus *started* talking to GDB ( #7679 )
...
* GDB doesn't crash when connecting to us anymore
* Added initial support for breakpoints, step, continue to gdbserver
2017-06-04 22:22:01 +02:00
Ayman Khamouma (ak42)
3fd5112d95
add dsuir command for regex match ( #7675 )
2017-06-04 12:10:50 +02:00
Adrian Herrera
85702da1fe
Make the "ag" command work with "loc" functions ( #7673 )
2017-06-04 01:06:48 +02:00
Roi Martin
4d93dcc78d
Minor style changes in autocomplete functions
2017-06-03 22:12:29 +00:00
Andry
9e253f5867
Fix #7373 add '~str~?' support ( #7669 )
2017-06-03 22:54:22 +02:00
Lennart Braun
e1dc11bccd
Fix regression with capstone 3 ( #7666 )
...
The constant CS_MODE_MIPS2 is introduced in a patch for capstone-next
(added in 1c6ee8dd3a
) and will not be available in capstone 3.
2017-06-03 18:18:05 +02:00
Duncan Ogilvie
8dbc4db750
Fixed unreleased lock in r_core_cmd
2017-06-03 18:02:30 +02:00
Roi Martin
e8a6550a4e
Minor refactoring
2017-06-03 14:43:31 +02:00
Roi Martin
404f5bdde2
Rewrite autocompleteProcessPath()
2017-06-03 14:43:31 +02:00
Roi Martin
a325be8a34
Implement PR suggestions
2017-06-03 14:43:31 +02:00
Roi Martin
8fa459138f
Minor fixes
2017-06-03 14:43:31 +02:00
Roi Martin
02c84680c3
Refactoring and improvements
2017-06-03 14:43:31 +02:00
Roi Martin
7618894635
Move file autocompletion to a separate function
2017-06-03 14:43:31 +02:00
Roi Martin
d28cd0fe36
Remove trailing space
2017-06-03 14:43:31 +02:00
Sajjad Pourali
347e72a8ad
Remove Unused variable (bt) in tccgen.c ( #7668 )
2017-06-03 11:55:32 +02:00
Lowly Worm
192dbad64e
fix a few covs for out of bounds reads/writes
...
from fencepost errors
2017-06-03 01:21:07 -04:00
xarkes
9f0fd56f4d
Fixing appveyor msvc build ( #7665 )
2017-06-03 04:43:46 +02:00
Ayman Khamouma (ak42)
cbafade76e
Fix regression in R2PM_TGZ
2017-06-02 19:18:57 +02:00
Anton Kochkov
3acd8e365c
Fix dmh canvas config usage ( #7661 )
2017-06-02 16:47:49 +02:00
Khairul Azhar Kasmiran
6d832921df
Search with json output now doesn't escape twice ( #7659 )
2017-06-02 13:29:43 +02:00
pancake
e79fa35020
Fix silly regression
2017-06-02 12:22:25 +02:00
Lowly Worm
383386ed14
add skiplist from crowell/ret2libc to r_util ( #7657 )
...
not used anywhere, but allow usage of the data structre for future use
2017-06-02 11:19:53 +02:00
pancake
b7c7dcfbc2
Blindfix a null deref and 2 byte overflow in disasm
2017-06-01 23:57:36 +02:00
pancake
857479285c
Enhance radiff2 -D with context bytes in disasm and honor -q for colors
2017-06-01 23:49:26 +02:00
pancake
e847fa47a7
Implement radiff2 -G to run a custom command
2017-06-01 22:46:54 +02:00
pancake
b15b3d71fb
Return early on grub-ext2 error
2017-06-01 19:17:15 +02:00
Sven Steinbauer
555f313498
Only skip NULL bytes if not url encode or wrapped ( #7654 )
2017-06-01 19:11:37 +02:00
Francesco Tamagni
1c6ee8dd3a
Honor cpu on anal_mips_cs and add/fix some mips64 instruction ( #7643 )
...
* Honor cpu on anal_mips_cs and add/fix some mips64 instruction
* Add mips2 capstone patch
* mips: add v2 cpu, remove 64v2, mips32/64 is default
2017-06-01 18:18:15 +02:00
Rene Laemmert
e8833cd5e8
FIX #7597 use and sort fresh funcitonlist instead of the existing one… ( #7644 )
2017-06-01 17:09:02 +02:00
Anton Kochkov
f4a2b07139
TCC - Saving types across sessions and add Arch/OS specific defines
2017-06-01 16:57:00 +02:00
Sven Steinbauer
fabf2ce0f5
Wide string printing fix ( #7647 )
...
* Add `psW` cmd to print 32 bit char strings
* Skip up to 3 leading NULLs on wide strings
2017-06-01 16:49:44 +02:00
pancake
ab79aa015f
Oops :(
2017-06-01 13:19:49 +02:00
pancake
cc2e4688ec
Fix last covs
2017-06-01 13:16:55 +02:00
pancake
9a21711c5d
Fix #7650 - Division by zero in Ext2 code from Grub
2017-06-01 13:14:11 +02:00
pancake
9632f82ee9
Implement dbta to show an ascii-art representation of the stack backtrace
2017-06-01 13:04:55 +02:00
pancake
8af066c9ae
Fix uaf
2017-06-01 12:59:39 +02:00