Asenna Steam
kirjaudu sisään
|
kieli
简体中文 (yksinkertaistettu kiina)
繁體中文 (perinteinen kiina)
日本語 (japani)
한국어 (korea)
ไทย (thai)
български (bulgaria)
Čeština (tšekki)
Dansk (tanska)
Deutsch (saksa)
English (englanti)
Español – España (espanja – Espanja)
Español – Latinoamérica (espanja – Lat. Am.)
Ελληνικά (kreikka)
Français (ranska)
Italiano (italia)
Bahasa Indonesia (indonesia)
Magyar (unkari)
Nederlands (hollanti)
Norsk (norja)
Polski (puola)
Português (portugali – Portugali)
Português – Brasil (portugali – Brasilia)
Română (romania)
Русский (venäjä)
Svenska (ruotsi)
Türkçe (turkki)
Tiếng Việt (vietnam)
Українська (ukraina)
Ilmoita käännösongelmasta
Take a piece of english text, throw it in google translate to Korean, than throw the result in google translate again to revert it back to english. That's your decompiled code.
This post mangled by google translate:
Notice how certain words change? The sentence structure changes? How certain sentences suddenly mean something different?
Same happens with a decompiler.
Just to clarify more on what people said, when you have source code such as c++, delphi, VB, etc when you compile it - it now becomes a binary. Decompiling will never return it to it's original source form, it can be easily decompiled into Assembly, but into c++ etc no.
Well that's not true either. It's just C++ code, or any language, you generate from decompiling code won't match the original source code very much like Washell's example highlights.
You can find all sorts of decompilers with a simple google search for a variety of languages.