I read the binaryaudit post few days ago, and despite #radare2 winning the opensource reversing tools benchmark i was surprised that IDA was faster.. but didnโt really checked how they were running it until now ๐คฆโโ๏ธ so here i am once again sharing the same basic tips:
- do not install radare2 from debian, their package was updated 5 years ago ๐ use last release deb files or build from source
- do not use aaaa unless you dont care about time ๐ there are many specific analysis
- pdc is not a decompiler, itโs a pseudodisassembler ๐ use r2dec, decai or r2ghidra instead








