add send packet function

This commit is contained in:
guiyomu-dev
2025-10-04 18:47:39 +02:00
parent ead8e9fbe3
commit 8c72ab6d50
4 changed files with 661 additions and 25 deletions

View File

@@ -19,7 +19,7 @@ type Offset struct {
KeyBindingsSkillsOffset uintptr
}
func calculateOffsets(process Process) Offset {
func calculateOffsets(process *Process) Offset {
// ignoring errors, always best practices
memory, _ := process.getProcessMemory()