weewoo22
weewoo22
[I'm working on a Zig project](https://github.com/weewoo22/memflow-shellcode) that dynamically links a C shared library. I'm having an issue where the the Zig binary produced uses the wrong ELF interpreter: ``` $...
With this kernel module active I'm able to pass Pafish's rdtsc/cpuid/rdtsc checks inconsistently (~3/4 runs) but I haven't been able to pass al-khaser's rdtsc/VM exit check at all. As mentioned...
I'm interested in hardening my system against a few specific checks that failed to pass. Some of the checks take a considerable duration of time to complete. It would be...
After compiling and inserting the kernel module for my system it fails to initialize with: ``` [ 681.160492] do_init_module: 'memflow'->init suspiciously returned 9, it should follow 0/-E convention do_init_module: loading...