lpus/.cargo/config
nganhkhoa 72a947ccd7 Update scan algorithm
- Scan _ETHREAD with PoolTag='Thre'
- Parse pid/ppid from _EPROCESS
- Build process tree from output log
- Static link for machine missing Windows C++ dev environment
2020-06-09 04:13:15 +07:00

3 lines
77 B
Plaintext

[target.x86_64-pc-windows-msvc]
rustflags = ["-Ctarget-feature=+crt-static"]