elast0ny

Results 7 comments of elast0ny

The `import_directory_entry.import_address_table_rva` points to the correct offset of the first entry in the IAT but it somehow doesnt make it to the computed `import_address_table`. Will dig into the code to...

Hi, it appears that this is still an issue unless im computing these values wrong... Here's an example program, it's output and a screenshot of the values parsed by Ghidra...

It looks likes the offset is calculated differently in two locations : (`offset` here points to the address I expected) https://github.com/m4b/goblin/blob/cfa098a528409847c568216e04f764b792f8425a/src/pe/import.rs#L228-L231 and : (The values in `import_address_table` don't match the...

Hi xixixao, I finally had some spare time to look into this and think i understand what issue #5 was all about haha. I am currently cleaning up some of...

Hi, i have implemented the `allow_spurious_wake` feature through the `EventImplExt::inner_wait` function. Feel free to test the implementation from the `release_0.2.0` branch The default behavior of `EventImpl::wait` remained unchanged (ignores spurious...

Unfortunately I've never done any mobile/android work but I am willing to accept PRs 👌

Hi @briansmith yes, this still appears to be buggy on latest rustls... ```Rust /* Cargo.toml [dependencies] rustls = {version = "0.20.2", features = ["dangerous_configuration"]} rustls-pemfile = "*" */ use std::{io::{BufReader},...