An open-source x64/x32 debugger for windows.
-
Updated
Mar 24, 2021 - C++
Tl;dr: Use the workaround from https://github.com/pwndbg/pwndbg/pull/322/files only for broken gdb versions
I'm trying to compile rz-ghidra with cmake on Windows 10, and getting this(I removed unnecessary output):
PS >rizin -v
rizin 0.2.0-git @ windows-x86-64
commit: 6b3c58ebfaeb71a72737a2e60acd952f51ea96ed, build: Sun 03/14/2021__14:40:17.82
PS >git clone https://github.com/rizinorg/rz-ghidra
PS >cd rz-ghidra
PS >git submodule init
PS >git submodule update
PS >mkdir build
PS >cd build
PS
Add a description, image, and links to the disassembler topic page so that developers can more easily learn about it.
To associate your repository with the disassembler topic, visit your repo's landing page and select "manage topics."
Description
Motivation
When inserting new submaps into a RIOBank, adjusting the boundaries of existing submaps is necessary, to ensure that submaps don't intersect.
Task
Implement r_io_submap_set_from and r_io_submap_set_to in libr/io/io_submap.c on siol_eternal branch: