s1gse9v

Results 2 issues of s1gse9v

See below for an example: ``` use chrono::Local; fn main() { println!("{}",Local::now().format("%z")); println!("{}",Local::now().format("%Z")); } ``` Output: ``` +0200 +02:00 ``` Expected output: ``` +0200 CEST ``` Interestingly, everything works fine...

API-incompatible

When trying to use `obr` to rebase a binary, a heap-use-after-free occurs. This happens with various binaries and offsets. ### Work environment | Questions | Answers |------------------------------------------------------|-------------------- | OS/arch/bits (mandatory)...