Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Internal-Memory-Helper

Internal C++ Memory Class - Easy to use

Simple Helper for reading/writing memory internally in C.

Has the basics pretty much

Writing

-Int

-String (const char*)

-Double

-Float

-Int64

Reading

-Int

-Double

-Float

-Int64

Usage Example: WriteFloat(baseaddress + 0ffset, 5.0f) | int test = ReadInt(baseaddress + 0ffset)

About

C++ Memory Class - Easy to use

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages