Tamas K Lengyel
Tamas K Lengyel
Currently `libinjector` is focused on setting up the stack for a single call to `CreateProcessA` in ntdll.dll. The API for `libinjector` should be extended to allow injecting calls to arbitrary...
The project [sandsifter](https://github.com/xoreaxeaxeax/sandsifter) project implements a ring3 x86 instruction fuzzer to detect hidden instructions. However, sandsifter blacklists the use of certain instructions that may lead to process corruption or OS...
I've ran into the following error when trying to parse the PDB of win32k.sys from Windows 10 1903: ``` # python3 /shared/volatility3/volatility/framework/symbols/windows/pdbconv.py --guid 6481ec65b6915b3085536fb3a16a81d11 -p win32k.pdb -o windows10-win32k.json Traceback (most...
Trying to connect to an Ubuntu 20.04 VM results in this error on the gdb side: ``` (gdb) target remote 192.168.1.10:4567 Remote debugging using 192.168.1.10:4567 Truncated register 26 in remote...
When installing luci-app-dockerman the webui appears empty and unusable if these dependencies are not installed (see https://forum.openwrt.org/t/luci-app-dockerman-missing-configuration-on-23-05-02/184043). Fix it by declaring them. CC @lisaac
Travis CI is a very handy tool to test changes before they land in the master branch. It integrates very nicely with Github, is free, and provides at least a...
A related issue to ABI types is ABI alignment. Different compilers may decide to align struct members differently if they are not the same width and there are holes. While...
Hi, thank you for releasing this project. I'm trying to run it on a 5.4 kernel according to the README. I have ported the kernel patches and the kernel boots...