A disasssembler is a tool to decode hex instructions intended to be executed by CPU, the only CPU can understand binary instructions and after a code has been compiled developer cannot read it any more. To resolve this we created specialized tool that helps to translate hex-binary instructions into human readable format, the format that can be read by developers.
There are a lot of disassemblers that available with full source files and any can compile and use them but all of them are out of date or are not supported by its creators. And using of them is a matter of pain.
The disassembler provides developer with information about code and if a disassembler tells a lie (a small bug in a logic of disasembler or in knowledge base of instructions can produce wrong output) developer may waste his time in vain trying understand (analyze) the code.
At Labit we understand the problem and created this software in order to provide all developers with product that is always up to date. Any experienced developer knows importance of disassemblers and all experienced developers have it in the hands, so the Labit disassembler (CodeSpy) is a must have disassembler that is always up to date and provided with greate support.