Skip to content
View xmm8's full-sized avatar
🏴
🏴
  • Blackflag Inc.
  • B side
  • 17:16 (UTC +01:00)

Block or report xmm8

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
xmm8/README.md

banner

Pinned Loading

  1. eat_hook.hpp eat_hook.hpp
    1
    const std::uint8_t hook_eat(
    2
            std::uint64_t module_,
    3
            const char* export_,
    4
            void* function,
    5
            void** original
  2. module_parse.hpp module_parse.hpp
    1
    [[ nodiscard ]] 
    2
    const std::uint8_t parse_dll(
    3
    	std::vector< std::uint8_t >&dll_bytes,
    4
    	const std::filesystem::path dll_path
    5
    ) {