momo5502 01b1d422d9 Implement more efficient export logging
Unicorn hooks are expensive. It seems to iterate all hooks every
time an instruction is executed. Therefore more hooks -> slower execution.

Instead, we'll have one hook. Within that hook we'll check if the address
is within a mapped binary. If so, we then check if it is and export and
log when true. That's far more efficient than checking all hooks every time.
2024-09-08 16:10:03 +02:00
2024-08-31 09:31:49 +02:00
2024-08-21 19:25:44 +02:00
2024-08-15 19:00:01 +02:00
2024-09-01 20:11:25 +02:00
2024-08-17 15:30:57 +02:00
2024-08-15 19:00:01 +02:00
2024-08-15 12:00:56 +02:00

emulator

Description
Languages
C++ 85.2%
TypeScript 9.9%
Rust 2.6%
CMake 1.4%
CSS 0.3%
Other 0.5%