expend20
expend20
Somehow the [PR](https://github.com/AFLplusplus/LibAFL/pull/804) works: ``` ... [Stats #1] (GLOBAL) run time: 0h-0m-0s, clients: 2, corpus: 4, objectives: 0, executions: 231, exec/sec: 0 (CLIENT) corpus: 4, objectives: 0, executions: 231, exec/sec:...
Sup! Thanks for the answer, > thanks for taking the time to look into all of these mechanisms and sharing your ideas. Not at all, I'm currently implementing my own...
Interesting, let me look :)
Oh, sorry for that, actually not a bindings issue. Let me rename the issue then.
I feel like it's some sort of asan for windows misconfiguration/misuse. I'm facing the asan for windows the second time (so I'm not an expert here, perhaps someone can explain...
somehow missed the latest conversation, @tokatoka what is inprocess-fuzzing in general, and how is that separated from Frida? I thought currently Frida is the only option for windows binary targets....
btw, if you just remove the initialize() in windows_hook.rs (no hooks of IsProcessorFeaturePresent and UnhandledExceptionFilter) you'll end up in some weird crash like this: ``` AccTest: loaded(2cb0.674): Unknown exception -...
so, basically calling the original function in the hook led us to [this ^ issue](https://github.com/AFLplusplus/LibAFL/issues/830#issuecomment-1276649557), and the next possible steps toward solution in my opinion would be: * Try to...
Thanks @oleavr for the response! Well, without promising anything I could try. Maybe we could discuss in brief, what is the plan. In theory when exception happend in instrumented code,...
thanks guys, I'll try to allocate time on this