Y
Hacker News
new
|
ask
|
show
|
jobs
by
alexozer
2666 days ago
I believe Capstone is merely a disassembly framework, and retdec's decompilation process is custom implementation which works on LLVM IR.
1 comments
tptacek
2665 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
2665 days ago
No worries, it wasn't dumb to say that! Your intention just wasn't 100% clear to me.
link