IridiumXOR

Results 17 issues of IridiumXOR

Why do not use Ghidra Sleigh code to disassemble opcodes and produce IR expressions to be used in miasm? Something similar to https://github.com/angr/pypcode So miasm will support new architectures with...

With this patch the python IR translator when reaches a 'cntleadzeros' or a 'cnttrailzeros' converts them in a call to a function with tha same name as the operator cntleadzeors...

- pcap.pxd created in order to permit to others Cython module to use C functions and other Cython structures - pcap.pyx updated in order to remove code moved into pcap.pxd...

Hello, in order to correctly export and integrate pypcap in other Cython projects can you split the current .pyx file in two parts: a .pxd file with all Cython function...

Hi, I want to extend Volatility 3 in order to support a brand new OS. What are the steps to do it?

question

Hi, using PyPanda, I need to perform some async operation on the machine (take snapshot, send serial command etc) delayed by XX seconds in which the machine has to free...

`import pyorient` `client = pyorient.OrientDB('localhost', 2424)` `client.db_exist('test')` returns an utf8 parsing error while db_list() seems to be stuck...

Hi, if you generate an ELF core file containing the memory dump of VM in QEMU (```qemu-system-x86_64``` than in console ```dump-guest-memory FILENAME```) and you parse it with a simple Rust...

As reported in [Issue 1515](https://github.com/libimobiledevice/libimobiledevice/issues/1515#issue-2044767417) Cython 3 reports a compilation error due to missing `noexcept` keyword. This commit fixes it.

pypanda volatility commands as ```get_volatility_symbols()``` are broken due to a change in Volatility 3 API (volatility pip package is now called "volatility3" and ```FileConsumerInterface``` is been replaced (see [https://github.com/volatilityfoundation/volatility3/pull/319](https://github.com/volatilityfoundation/volatility3/pull/319))

bug