pancake
d43d2f738d
Fix asm.immstr
2017-11-14 03:59:24 +09:00
Maijin
4bb5c15faa
r_lib_struct_t -> RLibStruct
2017-11-10 13:38:05 +01:00
pancake
ca54ef17c3
Fix rbin autodetection on blockdevices to automount filesystems
2017-11-07 00:42:34 +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
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
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
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
Jose Diaz
e74aadad28
Renaming char_to_w32 => utf8_to_utf16
2017-11-03 10:27:18 +08:00
Jose Diaz
527ff71d41
Convert char to windows unicode
2017-11-03 10:27:18 +08:00
Anton Kochkov
e370ad02f2
Try to fix #8622
2017-11-02 20:56:30 +08:00
josediazfer
c2b2ddfe4a
Fix crash io system w32dbg ( #8760 )
2017-10-30 18:56:19 +01:00
pancake
a5092e9e0b
Fix int -> char* for RIO.System
2017-10-24 13:50:05 +02:00
pancake
5132c88f4d
More code cleanup and tweaks for char* r_io_system
2017-10-23 00:45:01 +02:00
pancake
ca1b44e64d
Add dummy fs.io plugin, r_io_system now returns char*
2017-10-22 23:52:07 +02:00
pancake
432016de20
op->oL, o fd -> op
2017-10-20 01:12:45 +02:00
pancake
24307b6753
Add io->ret to hold return value
2017-10-12 01:57:19 +02:00
mrmacete
2dcf8ded72
Fix side effect on offset in r_io_shift
2017-10-08 05:21:38 +02:00
Srimanta Barua
5eebf1efba
sort of remove infinite loop
2017-10-05 11:01:44 +02:00
Anton Kochkov
d38f2a062b
Fix coverities
2017-10-02 18:59:54 +08:00
pancake
0651877ca0
Fix winedbg warnings
2017-09-30 15:55:11 +02:00
pancake
b9d67d9934
More fixes for winedbg:// and debug.io
2017-09-27 16:43:46 +02:00
pancake
05315c9270
Implement drp and dr8 for winedbg://
2017-09-27 14:54:00 +02:00
pancake
89d20763fc
Fixes for winedbg:// and crashes in -Dio
2017-09-27 04:58:15 +02:00
Anton Kochkov
c70800d12f
Add io.winedbg to meson build
2017-09-27 09:35:09 +08:00
pancake
7cc7540458
Oops add missing files
2017-09-27 03:27:27 +02:00
pancake
3adb70a753
Honor io.0xff in sparse RBuffers
2017-09-26 11:55:48 +02:00
pancake
9b5eda95e6
Support spawning processes with spaces in path
2017-09-26 11:44:43 +02:00
pancake
71a6177b8a
Fixes for the gdb-avr backend, lower min pkgtsz and fix tid<1 issue
2017-09-25 10:47:27 +02:00
pancake
86d2c31c37
omm works without args now
2017-09-23 02:23:26 +02:00
Srimanta Barua
3640a7cb8b
paged reading for gdb (otherwise it doesn't work on qemu) ( #8572 )
2017-09-20 13:33:45 +02:00
Srimanta Barua
915589b51d
cleaned up and corrected memory reading ( #8568 )
2017-09-19 15:02:49 +02:00
Fangrui Song
8c12935303
Honor io.0xff ( #8557 )
2017-09-18 22:14:25 +02:00
Fangrui Song
0dfa39590f
Faster onIterMap ( #8544 )
2017-09-18 04:29:29 +02:00
pancake
f805d0672a
Fix warnings
2017-09-17 23:27:43 +02:00
Fangrui Song
767cc96496
Fix r_io_map_{remap,resize} ( #8527 )
2017-09-17 02:23:26 +02:00
Fangrui Song
835d432b06
Misc fixes to io and search
2017-09-17 01:42:56 +02:00
Fangrui Song
5b16d507d4
Fix O(n) duplicated calculation of skyline in _section_reapply
2017-09-17 01:10:53 +02:00
Fangrui Song
f6cf0dab04
Fix search.in=io.maps : search in non-overlapping RIOMap parts not overriden by others of higher priorities (skyline)
2017-09-17 01:10:53 +02:00
Fangrui Song
f13c943193
Fix #8168 Add io.cache.{read,write} ( #8510 )
2017-09-15 11:32:01 +02:00
Rene Laemmert
c0e036dcb0
Fix #8498 r command should resize the map ( #8518 )
...
* Fix #8498 r command should resize the map
* removed useless check
2017-09-15 11:25:38 +02:00
Fangrui Song
1c4407cb69
Fix #8388 - Replace RIOMap::{from,to} with RAddrInterval itv.
2017-09-14 12:40:22 +02:00
Rene Laemmert
8f5f57a21b
Fix #8335 printing correct offsets for all maps with on*
2017-09-13 13:45:50 +02:00
pancake
f266f6b740
Fix last covs - mainly null derefs and undefined vars
2017-09-13 12:13:20 +02:00