|
|
|
|
|
by LazerBear
4407 days ago
|
|
This made me wonder if it's possible to automatically reverse engineer a small binary file into human readable (and understandable) source code.
Assuming you know the language and compiler used (and all of its quirks and optimizations), and considering that human written programs aren't so random and their patterns are most likely predictable, I think it should be possible though not at all trivial.
Are there any projects attempting this? |
|