Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

memory.h #1

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

memory.h #1

wants to merge 3 commits into from

Conversation

xCENTx
Copy link
Contributor

@xCENTx xCENTx commented Jul 8, 2023

This pull request acts as the initial commit into the main branch.

Included is a basic readme including project goals , basic information and how to collaborate. There is also a template header which defines how source files should be laid out in the future. There is also some basic Classes, Structs and Functions

Structs

  • MODULE_INFO
  • PROCESS_INFO

Classes

  • CDeckyArray
  • CDeckyArray::CDeckyEnumerator

Functions

  • GetProcessID
  • GetModuleBase
  • GetProcessInfo
  • GetModuleInfo
  • ReadMemory
  • WriteMemory

initial commit containing header with mostly variables and function defines. 

Structs
- MODULE_INFO
- PROCESS_INFO

Classes
- CDeckyArray
- CDeckyArray::CDeckyEnumerator

Functions
- GetProcessID
- GetModuleBase
- ReadMemory
- WriteMemory
structures
- MONITOR_INFO
- WINDOW_INFO

NameSpaces
- Window
- Display
- GUI

Function Sources
- GetProcID
- GetModuleBaseAddress
- GetProcessInfo
- GetModuleInfo
- GetAllProcessModules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant