Linux SoftwareProgrammingLibrariesobcode anti-debugging library 1.0.6

obcode anti-debugging library 1.0.6


This library defines set of data types and artithmetic operators, which can be used to code procedures with the intent to produce bin
Developer:   Paweł Krawczyk
      more software by author →
Price:  0.00
License:   GPL (GNU General Public License)
File size:   21K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


This library defines set of data types and artithmetic operators, which can be used to code procedures with the intent to produce binary code which is difficult to analyse and reverse engineer.

This is achieved by moving all the calculations to yet another layer, which produces messy binary code being difficult to read and figure out, what calculations are actually performed and on which data.

Usage

The library provides arithmetic and logic operators to work with those data types. For example, addition performed in OBCODE would be coded as follows:

#include "obcode.h"

struct obyte ob1;
struct obyte ob2;
struct obyte obsum;
unsigned char sum;

obcode_init(0); /* Initialise obyte random */

obyte_set(&ob1, 12); /* Normal number 12 to obyte */
obyte_set(&ob2, 33); /* Normal number 33 to obyte */

obyte_add(&ob1, &ob2, &obsum); /* Perform OBCODE addition */

sum = obyte_get(&obsum); /* Return to normal world */

obcode_finish();

If those numbers were already encoded as obytes, people reverse engineering the code would never see 12 and 33, only messy operations on long, random looking data streams, eventually giving the product of 45.

Limitations:
  • This library is still work in progress. It contains bugs and the operators set is very limited. Suggestions and improvements are welcome.


    What's New in This Release:
  • Code and documentation cleanups.
    tags struct obyte  obyte set  normal number  binary code  data types  this library  

    Download obcode anti-debugging library 1.0.6


     http://echelon.pl/pubs/obcode-current.tar.gz


    Authors software

    obcode anti-debugging library 1.0.6 (by Paweł Krawczyk)
    This library defines set of data types and artithmetic operators, which can be used to code procedures with the intent to produce bin


    Similar software

    obcode anti-debugging library 1.0.6 (by Paweł Krawczyk)
    This library defines set of data types and artithmetic operators, which can be used to code procedures with the intent to produce bin

    C::DynaLib::Struct 0.55 (by John Tobey)
    C::DynaLib::Struct is a tool for handling the C `struct' data type.

    SYNOPSIS

    use C::DynaLib::Struct;

    Define C::DynaLib::

    C::Include 1.40 (by Albert N. MICHEEV)

    Convert::Binary::C 0.64 (by Marcus Holland-Moritz)
    Convert::Binary::C is a Binary Data Conversion using C Types.

    SYNOPSIS

    Simple
    use Convert::Binary::C;

    #--------------

    Inline::Struct 0.06 (by Neil Watkiss)
    Inline::Struct is a Perl module that manipulate C structures directly from Perl.

    SYNOPSIS

    use Inline C => Config => Structs =

    DSP5600x disassembly library 1.1 (by Miloslaw Smyk)
    lib5600x is a library implementing Motorola DSP5600x disassembler

    genproto 0.4.1 (by Freek)
    genproto generates prototypes from C/C++ code

    cid-compiler 0.1 (by Markus W Weissmann)
    cid-compiler is a language tool to easily create C code with object oriented features

    Better String Library 07222006 (by Paul Hsieh)
    Better String Library is an abstraction of a string data type which is superior to the C library char buffer string type and C++'

    Forth Foundation Library 0.3.0 (by Dick van Oudheusden)
    Forth Foundation Library, in short FFL is a Forth library


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags