Ziyaddin Sadigov
d4dd6fd5e6
Fix typo regarding byte size ( #9067 )
2017-12-27 18:33:58 +01:00
Humberto Miatello
36f056d67b
Updating documentation file path to point correctly ( #9077 )
2017-12-27 17:45:45 +01:00
pancake
0b1e8eaecc
Fix almost all warnings from the msvc build
2017-12-19 00:18:39 +01:00
pancake
a8897b107d
Fix #9015 - use after free when quitting main thread having background server threads
2017-12-18 13:27:26 +01:00
pancake
6f0de4913e
Implement io.cache.auto to cache all reads for slow io backends
2017-12-18 01:44:22 +01:00
Anton Kochkov
22ce0576da
GCC also should understand this syntax
2017-12-09 19:29:54 +08:00
Anton Kochkov
dfb22aa3a8
Try to fix MSVC builds
2017-12-09 19:17:41 +08:00
xarkes
3a5705d052
Fix appveyor
2017-12-09 10:55:44 +01:00
pancake
a0d79ea003
Fix mingw32 build
2017-12-08 12:48:32 +01:00
pancake
3068b2d270
Implement fO command to ordinalize flag names matching a glob
2017-12-02 02:11:22 +01:00
SkUaTeR
eb5320b1e3
ood fixed uninitialize var ( #8889 )
2017-11-26 14:28:29 +01:00
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