Commit Graph

14041 Commits

Author SHA1 Message Date
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
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
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
Anton Kochkov
56228aa5ec Add MZ/DOS to makefile 2017-10-31 15:15:05 +08:00
Maijin
e91c6fb96d Add dos and nest it with pe32 2017-10-31 08:02:59 +01:00
pancake
f91049c8c1 Fix infinite loop in /c 2017-10-31 03:12:11 +01:00
pancake
90d66a168b Fix #6852 - up lines are now more beautiful 2017-10-31 02:14:00 +01:00
pancake
140e26143d Fix #8514 - Implement /c/a and make /c/ work properly 2017-10-31 01:54:27 +01:00
Francesco Tamagni
c971176e41 Tweak fs.io
- fs_io_open: expects the io plugin to return the file size as an usigned int string
- fs_io_read: use name instead of path (because fs_io_open sets the name as absolute path) and require the io plugin to provide file contents as hex encoded string
- fs_io_dir: honor the type provided by the io plugin as a single char followed by a space in each line of the output
2017-10-31 00:22:33 +01:00
josediazfer
faf5d0094a Fix radare2 crashes when you execute aaT #8750 2017-10-31 00:20:26 +01:00
pancake
70e2980609 Aim to make travis happy with the ie/iee change 2017-10-30 23:16:53 +01:00
pancake
ade315c454 Only filter ie/iee when in verbose mode 2017-10-30 20:18:33 +01:00
josediazfer
c2b2ddfe4a Fix crash io system w32dbg (#8760) 2017-10-30 18:56:19 +01:00
pancake
0a1181515d Make constructor/destructors available only via rabin2 -ee (and iee in r2) 2017-10-30 18:31:01 +01:00
pancake
7eca86f578 Implement ELF constructors/destructors parsing 2017-10-30 16:20:00 +01:00
Khairul Kasmiran
ce42385b96 r_meta_del: removed unused str param 2017-10-30 23:01:46 +08:00
pancake
9a0b0fb74d Fix tms320 warnings 2017-10-30 13:35:30 +01:00
pancake
bdf5ef4da3 Fix two bugs in the mdmp loader (read overflow and double free) 2017-10-30 13:30:02 +01:00
pancake
de86371355 PDB_SERVER is now RABIN2_PDBSERVER 2017-10-30 12:46:33 +01:00
pancake
708c39a3d0 Fix regression in aav 2017-10-30 11:55:38 +01:00