radareorg / iaito

Official QT frontend of radare2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open project when passing a project directory as argument

trufae opened this issue · comments

R2 have an api to do this, and r2 behaveiour will change soon to accomodate to what was discussed in https://infosec.exchange/@radareorg/109777231518901284

the api is libr/core/project.c:R_API bool r_core_is_project(RCore *core, const char *name) {

Plan is to support project zips via the new Pz command introduced in r2-5.8.4