Code Monkey home page Code Monkey logo

libutil's Introduction

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

VERY OUTDATED README, I WILL UPDATE LATER

libutil

A cross-platform, (mostly) architecture-independent [few exceptions, such as syscalls and on-chip random generators], CRT/Exception-less utility library with no dependencies (except for intrin.h, x86intrin.h and sys/syscalls.h as of right now) mainly for reverse engineering, binary/memory hacking, but my goal is it being able to be used instead of the entire C runtime/system libraries instead eventually

Currently very early WIP and only developed on Linux as of now, works with both GCC and Clang

Windows and MSVC support will be added as the project continues on

Features will also be added on an as-needed basis

Feel free to request features aswell

Configuration

PreProcessor Definitions

Heap

You can only use one of the following.

Definition Behavior
LIBUTIL_HEAP_CALLBACKS You must supply the malloc/free functions you want libutil to use to LibUtil_Heap_SetMalloc/LibUtil::Heap::SetMalloc and LibUtil_Heap_SetFree/LibUtil::Heap::SetFree respectively
LIBUTIL_HEAP_STATIC libutil defines a static byte buffer and allocates memory using it, never calling any external functions or allocating pages in the process. Use LIBUTIL_HEAP_STATIC_ALIGN and LIBUTIL_HEAP_STATIC_SIZE_IN_BYTES to control alignment and total available size respectively.

libutil's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.