Registry / utility / awgh-rawreader

awgh-rawreader

JSON →
library0.0.0-20200626064944-56820a9c6da4gogounverified

Package rawreader provides a raw memory reader for Go, allowing direct access to memory regions.

go get github.com/awgh/rawreader
INSTALL
IMPORT
SIG · AWGH-RAWREADER
A
awgh-rawreader
utilitygov0.0.0-20200626064944-56820a9c6da4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rawreader
github.com/awgh/rawreader

Create a raw reader for memory address 0x1234 with size 1024.

package main import ( "fmt" "github.com/awgh/rawreader" ) func main() { r := rawreader.New(0x1234, 1024) fmt.Println(r) }
Debug
Known issues
gotchaUsing raw memory access can cause crashes or security issues if misused.
fix
Ensure you have proper permissions and understand the memory layout.
affects: all
Upgrade
Version history
0.0.0-20200626064944-56820a9c6da4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
awgh-rawreader — go get awgh-rawreader · libregistry