kiwi icon indicating copy to clipboard operation
kiwi copied to clipboard

A package for memory editing in go.

Results 5 kiwi issues
Sort by recently updated
recently updated
newest added

Hi, here is the small code I'm trying to run, on Windows 11 (tried as Administrator too) ``` package main import ( "github.com/Andoryuuta/kiwi" "log" ) func addOffsets(proc kiwi.Process, addr uintptr,...

The back-end functions for OSX/Darwin in process_darwin.go need to be properly implemented.

enhancement
os-mac

I don't know if you are still working on this, but the only remaining feature that this library missing for me is Pattern scanning. [Here](https://github.com/l3lackShark/sigscanner/blob/master/main.go) is the implementation for Linux,...

Errors types need to be added to the library for user error handling. Current error handling needs to be rewritten to return new error types to the user.

enhancement

A way of getting all memory regions within a process along with the region permissions (read, write, execute) needs to be added all of the platform back-ends. This needs to...

enhancement