Skip to content
View JustAmnesias's full-sized avatar
πŸ‡§πŸ‡Ύ
πŸ‡§πŸ‡Ύ

Organizations

@darkvoidcc

Block or report JustAmnesias

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
JustAmnesias/README.md
Present day. Present time.

JustAmnesias

JustAmnesias

developer from belarus

Profile views


"no matter where you are, everyone is always connected"

about

  • focus: game hacking, reverse engineering, low-level development

  • languages: C / C++ / Assembly / Go

  • learning: OS internals, anti-cheat bypass techniques

  • i write code in LLVM coding style β€” clean, structured, no clutter

  • all comments follow Doxygen docblocks β€” if it's not documented, it doesn't exist

  • tools: git, linux, cheat engine, disassemblers

hero

stack

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  C        β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘  90%  β”‚
β”‚  C++      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘  90%  β”‚
β”‚  Assembly β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  70%  β”‚
β”‚  Go       β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  60%  β”‚
β”‚  Linux    β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘  70%  β”‚
β”‚  Git      β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘  80%  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

C C++ Assembly Go Linux Git


coding style

/**
 * @brief Hooks a given function by overwriting its prologue.
 *
 * @param target   Address of the function to hook.
 * @param detour   Address of the detour function.
 * @param original Receives a trampoline to the original function.
 * @return true on success, false on failure.
 *
 * @see UnhookFunction
 */
bool HookFunction(void *target, void *detour, void **original);

// LLVM style: braces on same line, 2-space indent,
// AlwaysBrace style, no C++11 brace initialization for scalars.

listening

Descend Π’Π΅Π½Ρ‹ i don't have enough blood to show you how much i love you


github stats

GitHub Stats Top Languages


contact

Session: 05aafac03c4e0850a036cb2de80a97937a5b9252c3d0504a792bff695efd2cc923

wired

Popular repositories Loading

  1. justHash justHash Public

    A simple, crt-free 64-bit hash algorithm and PRNG. I made it because I needed a lightweight tool for hashing data without dependencies :) If you need something fast and easy to drop into your proje…

    C++ 4

  2. JustAnother-DiscordRPC JustAnother-DiscordRPC Public

    JustAnother DiscordRPC -> plugin for ida 9.0sp1, for integrating discord rpc to ur ida

    C++

  3. JustAmnesias JustAmnesias Public

  4. kyber-backdoor kyber-backdoor Public

    Simple implementation of a post-quantum kleptographic backdoor for CRYSTALS-Kyber-768, based on Xia, Wang, Gu (2024)

    C