Commit Graph

16418 Commits

Author SHA1 Message Date
pancake
7b96c1da23 Fix crash in iso9660 with rockridge extension 2017-11-07 00:52:19 +01:00
pancake
ca54ef17c3 Fix rbin autodetection on blockdevices to automount filesystems 2017-11-07 00:42:34 +01:00
pancake
5fc5137c70 Autodetect and mount ISO9660 partitions 2017-11-06 23:58:50 +01:00
pancake
2e08b0c91f Implement /M and enhance r_fs to autodetect filesystems 2017-11-06 23:32:08 +01:00
pancake
f75b5441c9 Fix automount and handle hfs from RBin 2017-11-06 23:06:54 +01:00
pancake
f873164060 Fix HFS plugin for r_fs 2017-11-06 22:28:01 +01:00
pancake
5f5b25ca8e Fix crash in HFS for GRUB 2017-11-06 18:49:54 +01:00
Khairul Kasmiran
efae3bacd1 Fix deletion of specific type of metadata from addr 2017-11-06 23:21:59 +08:00
Khairul Azhar Kasmiran
fd89ac80b5 Implemented Cd- <size> <repeat> (#8783) 2017-11-06 11:13:37 +01:00
josediazfer
ce0b254a77 Removed RCons warning and missing a convertion to w32 unicode (#8794) 2017-11-06 11:10:06 +01:00
Jose Diaz
422af9d52c Fix broken w32 io debug doing rd/wr memory operations 2017-11-06 16:21:52 +08:00
Anton Kochkov
07b5af7d33
Fix the windows fix 2017-11-06 15:56:42 +08:00
Anton Kochkov
fe0e6b17dc Small windows debug fix 2017-11-06 15:03:34 +08:00
Anton Kochkov
7fd7bdf09f Fix build 2017-11-06 13:27:04 +08:00
Anton Kochkov
c756e5de17 Fix MSVC build 2017-11-06 13:05:54 +08:00
pancake
f1aa3aa4d2 r2ify lz4 a bit 2017-11-06 04:28:59 +01:00
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