Restore protocol model / Reversing communication protocol
Restore protocol model / Reversing communication protocol What is this? This is a process of restoration of communication protocol internals: communication method, encryption information, data structures and logic component of communication. Why do we need this? Restoration of protocol information could be interested to many customers. Here are the reasons why it could be useful […]
What is reverse engineering?
What is reverse engineering? Reverse engineering is the process of taking a compiled binary and attempting to recreate (or simply understand) the original way the program works. A programmer initially writes a program, usually in a high-level language such as C++ or Visual Basic (or God forbid, Delphi). Because the computer does not inherently speak […]
