Y
Hacker News
new
|
ask
|
show
|
jobs
by
tptacek
2667 days ago
Retdec is based in part on Capstone, like Hopper.
1 comments
alexozer
2667 days ago
I believe Capstone is merely a disassembly framework, and retdec's decompilation process is custom implementation which works on LLVM IR.
link
tptacek
2666 days ago
Yeah, sorry, as I understand it, it uses Capstone as the disassembler and implements an LLVM lifter over it. It was pretty dumb to describe it as "based on Capstone"; I was just mentally breaking tools down by which CFG recovery system it relied on.
link
alexozer
2666 days ago
No worries, it wasn't dumb to say that! Your intention just wasn't 100% clear to me.
link