-
-
Notifications
You must be signed in to change notification settings - Fork 24
Attempting to inject dll into firefox causes panic #37
Copy link
Copy link
Open
Description
assertion failed: !injected_module_handle.is_null()
# ...
3: dll_syringe::syringe::LoadLibraryWStub::call
at dll-syringe-0.17.0\src\syringe.rs:420
4: dll_syringe::syringe::Syringe::inject<ref$<std::path::Path> >
at dll-syringe-0.17.0\src\syringe.rs:148
5: dll_syringe::syringe::Syringe::find_or_inject<std::path::PathBuf>
at dll-syringe-0.17.0\src\syringe.rs:180It looks like this assertion is failing:
Lines 417 to 420 in cdea464
| Syringe::remote_exit_code_to_error_or_exception(exit_code)?; | |
| let injected_module_handle = self.result.read()?; | |
| assert!(!injected_module_handle.is_null()); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels