radare2/libr
GustavoLCR ac5355fb3d
Fixes for windows debugger - ##windows ##debug (#16717)
* Fix #15937 - Fix debuggee hanging when attaching to it
* Fix `dm` not working for attached processes
* Fix debuggee crashing when opening a file dialog
* Unify RIOW32Dbg and w32dbg_wrap_instance under W32DbgWInst
* Don't signal threads on select, only on continue
2020-04-26 11:54:36 +08:00
..
anal Refactor Variable comments from SDB into RAnalVar (#16715) 2020-04-25 17:23:36 +02:00
asm Fix assembling of pop r8-r15 (#16710) 2020-04-24 18:40:09 +02:00
bin Hide filehashsize warning under bin.verbose (#16709) ##bin 2020-04-24 17:21:20 +02:00
bp Fix double free in r_bp_del_index and other breakpoint index bugs 2020-01-05 18:34:03 +01:00
config Fix RConfigHold in case the same key is set two times 2020-03-24 15:23:35 +01:00
cons Fix #15978 - segfault when using r2pipe webserver + local visual (#16508) 2020-04-11 01:57:39 +02:00
core Refactor Variable comments from SDB into RAnalVar (#16715) 2020-04-25 17:23:36 +02:00
crypto Remove hardcoded supported encoders names (#16664) ##util 2020-04-24 11:49:22 +02:00
debug Fixes for windows debugger - ##windows ##debug (#16717) 2020-04-26 11:54:36 +08:00
egg Fix segfaults in fuzzed bins (#16538) 2020-04-12 12:16:51 +02:00
flag Fix #16138 - Do not preincrement when it's not necessary (#16151) 2020-03-05 19:06:59 +01:00
fs pointer type mismatch warning (#16695) 2020-04-23 08:59:46 +02:00
hash Add header guard (#16605) 2020-04-16 18:41:31 +02:00
include Refactor Variable comments from SDB into RAnalVar (#16715) 2020-04-25 17:23:36 +02:00
io Fixes for windows debugger - ##windows ##debug (#16717) 2020-04-26 11:54:36 +08:00
lang Make size arg of r_file_slurp() size_t (#16221) 2020-03-15 23:34:38 +01:00
magic Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
main x86_64: Support mov r64, 0xffffffffffffffff (#16630) ##asm 2020-04-23 19:30:35 +02:00
parse Refactor Variable Accesses out of SDB (#16632) 2020-04-19 17:56:27 +02:00
reg Use r_str_trim_head_ro instead of hacky while loops (#16416) 2020-04-05 15:50:19 +02:00
search Avoid duplicated module filenames to fix static.sh ##build (#16403) 2020-04-02 14:30:27 +02:00
socket Fix string length in strncmp call of the http server (#16569) 2020-04-24 11:30:40 +02:00
syscall Fix #12700 (#16332) 2020-03-28 06:35:53 -05:00
util Hide filehashsize warning under bin.verbose (#16709) ##bin 2020-04-24 17:21:20 +02:00
config.h.head
config.h.in
config.h.tail
config.mk.head
config.mk.tail
depgraph.pl
do-ar-sh
ld.script
libr.pc.acr
libs.custom.mk.example
libs.mk
Makefile Build fixes to make emscripten builds happy (#16406) ##build 2020-04-02 17:52:03 +02:00
meson.build Tricore basic analysis plugin with reg profile (#16522) ##arch 2020-04-12 22:42:58 +02:00
rules.mk
stripsyms.sh
symgraph.pl