Skip to content

pseudolibrary for memory patching/detouring in Valve Software SDK2013 mods. most code stolen from mmod, and cathook, some slight mods by me

License

Notifications You must be signed in to change notification settings

sapphonie/sdk-memytools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sdk-memy

pseudolibrary for memory patching/detouring in Valve Software SDK2013 mods. some code stolen from mmod, some from cathook, some written by me

How to use

x.vpc
...
        // <memytools>
        $Folder	"memy"
        {
            $File   "$SRCDIR\game\shared\memy\memytools.h"
            $File   "$SRCDIR\game\shared\memy\bytepatch.hpp"
            $File   "$SRCDIR\game\shared\memy\detourhook.hpp"
            $File   "$SRCDIR\game\shared\memy\memytools.cpp"
            {
                $Configuration
                {
                    $Compiler
                    {
                        $Create/UsePrecompiledHeader    "Not Using Precompiled Headers"
                    }
                }
            }
        }
        // </memytools>
...
            // example files that depend on memy functions
            $File   "$SRCDIR\game\shared\mempatch.h"
            $File   "$SRCDIR\game\shared\mempatch.cpp"
            {
                $Configuration
                {
                    $Compiler
                    {
                        $Create/UsePrecompiledHeader    "Not Using Precompiled Headers"
                    }
                }
            }
...

About

pseudolibrary for memory patching/detouring in Valve Software SDK2013 mods. most code stolen from mmod, and cathook, some slight mods by me

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages