Conversation

Jarkko Sakkinen

considering #radare2 vs #rizin, i’ve settled with rizin because of the standard build system:

meson setup --buildtype=release \
            --prefix=/home/jarkko/.local \
            --default-library=static \
            -Dblob=true \
            -Dstatic_runtime=false \
            build
ninja -Cbuild install

updating is a breeze. no idea what happened to that community, just using what works for me…

1
1
1
For more esoteric architectures than x86 and ARM, I find these tools superior to IDA Pro or Binary Ninja just because of out-of-the-box support for all possible ISA's in the universe.

Ghidra is probably cool but it is also written in Java. Thanks NSA but no thanks.
1
0
0

@jarkko is also FOSS, and Java isn't that bad.

0
0
0