Commit Graph

14079 Commits

Author SHA1 Message Date
Khairul Kasmiran
5ed5598741 Fix #8648 - Fix C- 2017-11-08 23:37:40 +08:00
kriw
903c529efd impl command R_BETWEEN (#8804)
* impl r_num_between

* add a space before parens

* fix variable declaration

* replace ternary op with R_BETWEEN
2017-11-08 15:29:58 +01:00
soez
a47b7f8021 fix #8737 (#8803) 2017-11-08 11:04:36 +01:00
Anton Kochkov
d45b330343 Calculate size properly for nested types 2017-11-08 16:46:50 +08:00
pancake
e0bd301c65 Rename mo to mi, and implement mo, o. to open fs files or data as malloc:// 2017-11-08 03:08:41 +01:00
pancake
850445f1df Implement the dor command to set a custom rarun2 profile 2017-11-08 01:54:56 +01:00
pancake
3af92b04c3 Remove squash references (it's in extras) and add RFSPlugin.license 2017-11-08 00:49:29 +01:00
Rene Laemmert
a58ecb547c added simple project saving (#8800) 2017-11-07 17:45:13 +01:00
pancake
69e1e99ff0 Do not use zero length arrays in iso9660 2017-11-07 14:40:19 +01:00
Anton Kochkov
a8086e787d Handle deltas for structure offsets too 2017-11-07 19:38:12 +08:00
pancake
0c81ce3651 Fix uninitialized partition type issue in 'mp gpt' 2017-11-07 11:45:10 +01:00
Anton Kochkov
bb406e201e Fix phdr loading for linux binaries 2017-11-07 17:12:14 +08:00
pancake
3af787e699 mg uses rcons instead of write(1) 2017-11-07 02:06:50 +01:00
pancake
ffeba10d1b Enhance the fs.r2 with /version and proper cat/read ops 2017-11-07 02:04:03 +01:00
pancake
09a2a0a60c Fix /M infinite loop 2017-11-07 01:13:49 +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
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
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
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
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
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
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