Y
Hacker News
new
|
ask
|
show
|
jobs
by
spartacusnacho
2005 days ago
Would a disassembler be more reliable than a decompiler you think? That could be a whole lot of code you'd be looking at in assembly language.
1 comments
giomasce
2005 days ago
I suppose it depends on the code you're trying to understand. Depending on its size, style (therefore, ability for a human or for a decompiler to understand it) and other factors, the best blend of tools can change.
link