Clayton
Clayton
### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory) | Linux 5.14.10-arch1-1 x86_64 GNU/Linux | File format of the file you reverse (mandatory) | ELF | Architecture/bits of...
When running olefile against several word documents I noticed that the code page is being incorrectly parsed: ``` $ olefile ebbd7703c87daedded17ac6a17a048c7 | egrep codepage - codepage: -535 - codepage_doc: 1252...
Running arch linux with go version go1.17 linux/amd64. ```go package main import ( "github.com/rizinorg/rz-pipe/go" ) func main() { r2p, err := rzpipe.NewPipe("/bin/ls") if err != nil { panic(err) } defer...