lazymio

Results 721 comments of lazymio

> Yes, the one that is part of afl++, that you may find here: https://github.com/AFLplusplus/unicornafl Okay, unicornafl will bump to 2.1.2 once I fixed it.

I assume https://github.com/unicorn-engine/unicorn/commit/2c688bae734b1e63b2e2fd5d715c1070af722651 shall solve this. Could you have a try @futhewo ?

> Hi, > > Experienced same segfault on aarch64 target. After investigation the null `tc.ptr` comes from the `last_tb` in `tb_find`. > > ### Analysis > The TCG highwater has...

Also I would appreciate it if you could also have a reproduction, even though it might be complex, not minimal. @samuel-beckett

~Quick debugging shows that we by default don't enable long mode, which is the root cause.~ The root cause is that, long mode is enabled while paging is disabled. This...

> Can you add a doc on how to use this as a framework? This is still work-in-progress and I need to fix the tests failure before really adding flags,...

> @wtdcode Let me know if you need help fixing this PR, I have a branch partially working for my project here: [staging...petabyt:unicorn:tci-emscripten](https://github.com/unicorn-engine/unicorn/compare/staging...petabyt:unicorn:tci-emscripten) > > Fixed some other issues too....

I do think it is accidentally missing due to the script here: https://github.com/AFLplusplus/LibAFL/blob/main/scripts/publish.sh Also I think we should migrate to https://github.com/crate-ci/cargo-release which deals well with workspace crates.

I published them there: https://crates.io/search?q=libnyx by https://github.com/nyx-fuzz/libnyx/pull/34