Skip to content
EntityQ913697· pop 26· linked from 155 articles

dekompilering

Sign in to save

Also known as Decompile

A decompiler is a computer program that translates an executable file back into high-level source code. Unlike a compiler, which converts high-level code into machine code, a decompiler performs the reverse process. While disassemblers translate executables into assembly language, decompilers go a step further by reconstructing the disassembly into higher-level languages like C. Due to the one-way nature of the compilation process, decompilers usually cannot perfectly recreate the original source code. They often produce obfuscated and less readable code.

Wikidata facts

Subclass of
programming tool
Show 1 more fact
opposite of
compiler
Sources (1)

via Wikidata · CC0

Article · Svenska

Med dekompilering avses den process där ett program som tidigare kompilerats till maskinkod eller bytekod översätts till ett högnivåspråk med hjälp av en dekompilator.

Abstract from DBpedia / Wikipedia · CC BY-SA