Commit Graph

16452 Commits

Author SHA1 Message Date
pancake
702afebc66 Fix Windows build and a bunch of scary warnings 2017-11-06 03:23:21 +01:00
pancake
980b8136aa Fix crash in r2 -i test.rb 2017-11-06 01:14:27 +01:00
Maijin
1d62db86e9 Add "doc" for Cannot find DLLNAME.sdb (#8784)
Add "doc" for Cannot find DLLNAME.sdb
2017-11-05 14:39:14 +01:00
Ren Kimura
1c8094bc9b Add Initial support for the NSO Nintendo Switch static binaries
* Every sections in NSO binary are packed by LZ4. So I've added shlr/lz4 library too.
2017-11-05 11:40:16 +01:00
pancake
692f94e058 Add spaces around * 2017-11-05 03:42:25 +01:00
pancake
e9b584a57a More memleak fixes for the XNU debugger. Thanks @ora8 2017-11-04 21:28:01 +01:00
John Paul Adrian Glaubitz
04cd67f5ab jemalloc: Add missing definition of LG_QUANTUM for m68k (#8782) 2017-11-04 21:12:41 +01:00
pancake
9b19ca5793 Fix another memleak in the XNU debugger 2017-11-04 21:00:58 +01:00
Fare9
e81e153729 Added json feature for oL listing (#8781)
* Added json feature for oL listing

* Fixed space and braces problem
2017-11-04 20:55:26 +01:00
pancake
5b8eaa4a56 Fix another memleak in xnu's debugger 2017-11-04 20:42:38 +01:00
pancake
1f70a7ece8 Fix memleak in mac debugger and regression in asm.immstr 2017-11-04 20:22:14 +01:00
kaka012
06b2b32dc0 Add commentary about SIP and Apple-signed binaries (#8780) 2017-11-04 20:12:13 +01:00
pancake
1db0c10f8e Fix regression in feat_grep 2017-11-04 16:15:50 +01:00
Álvaro Felipe Melchor
7b673f6f0e Show imm values as string 2017-11-04 16:13:10 +01:00
pancake
f23c1224ec Fix seek for io.winedbg 2017-11-04 16:03:20 +01:00
pancake
6116682527 Fix Vpp for debug.io 2017-11-04 15:48:43 +01:00
pancake
a1e24700e3 Fixes for winedbg:// and debug.io 2017-11-04 15:37:09 +01:00
pancake
a9b4bb76fb Fix #8778 - Honor escaping ':' in ~ and make it smarter to have better grepping 2017-11-04 12:57:12 +01:00
Daniel Corak
9f08ccbcc4 Build radare2 for all iOS archs and the simulator (#8775)
* Fix system() not available for iOS Simulator

* Embedding Bitcode should be set in sys/ios-sdk.sh. Removed unused code

* Supports now all available iOS archs and the simulator
2017-11-03 19:53:11 +01:00
josediazfer
054c017651 Fix Try to fix attaching issues for Windows #8770 (#8776)
If we call CreateProcess function with DEBUG_ONLY_THIS_PROCESS flag then
fail DebugActiveProcess when execute the following radare command:
r2 -d test.exe
Removed verbose ouput :/
2017-11-03 19:52:45 +01:00
Anton Kochkov
0accbcd618 Fix parsing of DOS UPX 16bit exe 2017-11-03 18:34:41 +08:00
Jose Diaz
e74aadad28 Renaming char_to_w32 => utf8_to_utf16 2017-11-03 10:27:18 +08:00
Jose Diaz
8ee0789b82 Moved buffers to heap space 2017-11-03 10:27:18 +08:00
Jose Diaz
c6b3940579 Remove spaces 2017-11-03 10:27:18 +08:00
Jose Diaz
99e558ab19 Fix mingw32 compilation: replace __T by TEXT 2017-11-03 10:27:18 +08:00
Jose Diaz
4c80a3a4db Fix miss copy null character 2017-11-03 10:27:18 +08:00
Jose Diaz
527ff71d41 Convert char to windows unicode 2017-11-03 10:27:18 +08:00
Khairul Kasmiran
6bfa0c34c5 Fix -Wtautological-compare warnings 2017-11-02 23:37:27 +08:00
Khairul Kasmiran
acf3ce304f size_t more accurate 2017-11-02 23:23:04 +08:00
Khairul Kasmiran
eec662abfc Fix potential pointer overflows in store_versioninfo_gnu_verdef 2017-11-02 23:01:47 +08:00
Anton Kochkov
e370ad02f2 Try to fix #8622 2017-11-02 20:56:30 +08:00
Anton Kochkov
1ebaad02dc Initial support for structure offsets 2017-11-02 00:54:41 +08:00
Khairul Kasmiran
44f6f1f6ae Fix -Wtautological-constant-out-of-range-compare warnings 2017-11-01 23:00:23 +08:00
Khairul Kasmiran
fbaf24bce7 Fix #8764 a 3rd time since 2nd time is UB and can be optimized away 2017-11-01 20:44:46 +08:00
pancake
7040985eda Fix last covs in rbin 2017-11-01 12:20:33 +01:00
Alex Kornitzer
93e409231f mdmp|pe: squashed some memory leaks and fixed resolve error in mdmp 2017-11-01 11:50:27 +01:00
Khairul Kasmiran
25e8ab4b63 Revert other changes in 62e39f34b2 since ptr diff might not fit in ptrdiff_t 2017-11-01 02:10:36 +08:00
Khairul Kasmiran
d21e91f075 Fix #8764 differently since ptr diff might not fit in ptrdiff_t 2017-11-01 01:52:54 +08:00
Maijin
675b582fa7 Replace arch by bf Fix #8758 2017-10-31 17:24:53 +01:00
Khairul Kasmiran
62e39f34b2 Fix #8764 - huge vd_aux caused pointer wraparound 2017-10-31 23:35:41 +08:00
pancake
1f5050868e Fix #8765 - Honor ^C in /r 2017-10-31 15:40:46 +01:00
pancake
b07653dbe3 Fix #8751 - Infinite loop when a signal is received in the middle of a step-over 2017-10-31 14:28:08 +01:00
pancake
b791b37614 winedbg debugger is in fact io, hack this in r2's main 2017-10-31 13:36:40 +01:00
pancake
d31c4d3cbd Fix #8748 - Fix oobread on string search 2017-10-31 13:08:52 +01:00
Anton Kochkov
dc8cff2f4d Fix build 2017-10-31 19:42:33 +08:00
Anton Kochkov
09ecdd51b4 Add a few 8051 ESIL instructions 2017-10-31 19:32:16 +08:00
pancake
2e96943872 Fix last covs 2017-10-31 12:06:12 +01:00
pancake
99a62bc930 Implement /ca 2017-10-31 11:57:34 +01:00
Anton Kochkov
869feb48c3 Add support for Phar Lap TNT PL format 2017-10-31 18:18:53 +08:00
akil
adc90a6674 bad checking in build.sh (capstone.h) (#8762) 2017-10-31 11:09:20 +01:00