Skip to content
View maxrt101's full-sized avatar

Block or report maxrt101

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ff ff Public

    Scripting language

    C++ 4

  2. xvm xvm Public

    X Virtual Machine

    C++ 3

  3. xcfg xcfg Public

    Custom configuration format parser.

    C++

  4. elfview elfview Public

    TUI Script to inspect ELF contents

    Python

  5. Binary Serializer/Deserializer for C... Binary Serializer/Deserializer for C++ structs
    1
    /* serialization.hh v1.2 by maxrt101
    2
     * Serializer/Deserializer for C++ objects
    3
     * To make class serializable, add MAKE_SERIALIZABLE() macro inside it's declaration
    4
     * and pass all fields into it.
    5
     */
  6. Implementation of range(), enumerate... Implementation of range(), enumerate() and zip(), similar in functionality to corresponding python functions
    1
    /* generator.h v1.0 by maxrt101 
    2
     * Header that provides functionality similar to python's generators,
    3
     * including implementations for range(), enumarate() and zip()
    4
     */
    5