Skip to content
View iMoD1998's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report iMoD1998

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

Header

Hi there ๐Ÿ‘‹

I'm Adam, a reverse engineer/software developer.

๐ŸŒ Socials/Links

My Twitter

My Youtube

Secret Club

๐Ÿ“ˆ My Github Stats

Adam's GitHub stats

Top Languages

Want more?

Check out the pins to see some cool things I've worked on.

Pinned

  1. Xbox 360 Detours Xbox 360 Detours
    1
    #include "Detour.h"
    2
    
    
    3
    BYTE   Detour::TrampolineBuffer[ 200 * 20 ] = {};
    4
    SIZE_T Detour::TrampolineSize = 0;
  2. Visual-Studio-Project-Cleaner Visual-Studio-Project-Cleaner Public

    Deletes temporary visual studio files so you can hoard projects until the end of time

    C# 5 2

  3. Xbox-360-MASM Xbox-360-MASM Public

    Microsoft Macro Assembler for the Xbox 360

    1

  4. DLL-Proxy-Generator DLL-Proxy-Generator Public

    Creates resources for DLL interception/hijacking through module exports.

    C++ 11 6

  5. FixGPLR - Xbox 360 GPLR remover for ... FixGPLR - Xbox 360 GPLR remover for IDA decompiler
    1
    import idautils
    2
    import ida_bytes
    3
    import ida_funcs
    4
    import ida_ida
    5
    import ida_kernwin