|
|
|
|
|
by RandomTeaParty
136 days ago
|
|
My general experience with decompilation has been very negative (rough and not ready for use) It feels like tool devs target byte editting more than refactoring decompiled code into something readable - you can't move lines of code, can't flip statement checked in if() for early return Author of this article mentioned "byte euivalence", and while I'd be fine with functional sameness, I imagine provably-reversible refactor steps would be of great help for everyone |
|