Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
ctz
on Oct 8, 2014
|
parent
|
context
|
favorite
| on:
A native code to C/C++ decompiler
No, it's because its decompiling from _start downwards. From main downwards it's actually very straightforward.
You can also see that GCC did strength reduction of printf("thing\n") to puts("thing").
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
You can also see that GCC did strength reduction of printf("thing\n") to puts("thing").