Disconnect3d
Disconnect3d
Weird. Why is explore even called if info proc mappings give all the data we need to process vmmaps. (Fwiw the whole idea of vmmap exploration is just not great,...
Needs fixing conflicts :
Let's go with the 3rd solution then? I don't see we can do better :(.
@OBarronCS has this been fixed?
CREDITS.md works for me. We can change it if anyone has better suggestion
@gsingh93 if we add `bold=...` we introduce an unecessary `if ...` into all the functions, idk, it probably doesn't hurt much but I'm okay with either solution for now. So...
A conflict needs to be fixed here. @fidgetingbits any chance u can fix it?
I believe not. I may have some time next week to send some PRs about some of these. On Wed, 8 May 2024 at 20:37, CRob ***@***.***> wrote: > Has...
To elaborate a bit more, I found this separately through the following fuzzing harness: ```rs #[macro_use] extern crate afl; fn main() { fuzz!(|data: &[u8]| { if let Ok(s) = std::str::from_utf8(data)...
@patryk4815 @arcz can you folks review this PR?