Skip to content
#

disassembler

Here are 386 public repositories matching this topic...

condret
condret commented Mar 15, 2021

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:

R_API bool r_io_submap_set_from(RIOSubmap *sm, const ut64 from);
R_API bool r_io_submap_set_to(RIOSubma
Andr0pov
Andr0pov commented Mar 14, 2021

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

Improve this page

Add a description, image, and links to the disassembler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the disassembler topic, visit your repo's landing page and select "manage topics."

Learn more