OpenByte
OpenByte
Sure, go ahead! I would be happy with a PR. For the allocator we could use [fast-list](https://crates.io/crates/fast-list) instead, which would also make it `Sync`.
Is it still the same code you shared previously?
Is the dll written by you or do you know its source code?
Can you try to inject the dll into another process and inject another dll into your target process?
I don't observe this issue
I am using whatever version libassert pulls in by default
I am using a custom FetchContent alternative called [alp_add_git_repository](https://github.com/AlpineMapsOrg/terrain-builder/blob/c05a901642013f6fe292b1d3a7948959731fe209/cmake/AddRepo.cmake#L63) as such: ``` alp_add_git_repository(libassert URL https://github.com/jeremy-rifkin/libassert.git COMMITISH v2.1.0) ```
That's interesting, I assume you only included libassert?
Does the error only happen with your specific dll or also with an empty one?
I can reproduce it, but i have no idea why it does not work. Firefox shouldn't really block it themselves according to https://hacks.mozilla.org/2023/03/letting-users-block-injected-third-party-dlls-in-firefox/.