sab24
sab24
They should match declarations such as ``` llvm::Function * const atomic_begin; llvm::Function * const atomic_end; ```
Hi Aiethel, The above code is from remill/tests/X86/Run.cpp . I tried to overwrite the symbols from remill.lib but indeed that might not be necessary. I will try tomorrow, it’s evening...
Almost there, I have this code that is 64bit assembly, incompatible with my 32 bit executable: ``` Memory *__remill_sync_hyper_call( X86State &state, Memory *mem, SyncHyperCall::Name call) { switch (call) { case...
The Python script has ran 25 hours now, in addition to another 14 hour run and I can not replicate the issue. I use Python 3.9.5, pyzqm 22.1.0, and libzmq...
The error happens because there is no reference to the message and continuing the program would corrupt the program’s state. So it stops because of a good reason, it cannot...
Look, that libzmq gives an assert failure does not mean that libzmq causes the problem. It is like throwing a wrench in a conveyor belt and seeing the automatic protection...
I had the same issue, it is because the BladeRF2.0 micro does not have support for get_lna_gain, or because they changed it in libbladerf 2.0 library to other functions. By...
Hi @GreyMitch2000 I don’t have a Linux or MacOS computer right now to run this. I think the source of this repo has changed. You can checkout a previous commit...