When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. OllyDbg - Wikipedia

    en.wikipedia.org/wiki/OllyDbg

    OllyDbg (named after its author, Oleh Yuschuk) was an x86 debugger that emphasizes binary code analysis, which is useful when source code is not available. It traces registers , recognizes procedures , API calls, switches , tables , constants and strings , as well as locates routines from object files and libraries.

  3. Reversing: Secrets of Reverse Engineering - Wikipedia

    en.wikipedia.org/wiki/Reversing:_Secrets_of...

    Of particular interest is that it uses OllyDbg in examples, and is therefore one of the few practical, modern books on the subject that uses popular, real-world tools to facilitate learning. The book is designed for independent study and does not contain problem sets , but it is also used as a course book in some university classes.

  4. Comparison of debuggers - Wikipedia

    en.wikipedia.org/wiki/Comparison_of_debuggers

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Help; Learn to edit; Community portal; Recent changes; Upload file

  5. FLAGS register - Wikipedia

    en.wikipedia.org/wiki/FLAGS_register

    The FLAGS register is the status register that contains the current state of an x86 CPU.The size and meanings of the flag bits are architecture dependent. It usually reflects the result of arithmetic operations as well as information about restrictions placed on the CPU operation at the current time.

  6. WinDbg - Wikipedia

    en.wikipedia.org/wiki/WinDbg

    WinDbg is a multipurpose debugger for the Microsoft Windows computer operating system, distributed by Microsoft. [2] Debugging is the process of finding and resolving errors in a system; in computing it also includes exploring the internal operation of software as a help to development.

  7. Bytecode - Wikipedia

    en.wikipedia.org/wiki/Bytecode

    Bytecode (also called portable code or p-code) is a form of instruction set designed for efficient execution by a software interpreter.Unlike human-readable [1] source code, bytecodes are compact numeric codes, constants, and references (normally numeric addresses) that encode the result of compiler parsing and performing semantic analysis of things like type, scope, and nesting depths of ...

  8. Software cracking - Wikipedia

    en.wikipedia.org/wiki/Software_cracking

    This is accomplished by reverse engineering the compiled program code using a debugger such as x64dbg, SoftICE, [20] OllyDbg, GDB, or MacsBug until the software cracker reaches the subroutine that contains the primary method of protecting the software (or by disassembling an executable file with a program such as IDA). [21]

  9. Software testing - Wikipedia

    en.wikipedia.org/wiki/Software_testing

    TestingCup – Polish Championship in Software Testing, Katowice, May 2016 Software testing is the act of checking whether software satisfies expectations.. Software testing can provide objective, independent information about the quality of software and the risk of its failure to a user or sponsor.