dll-syringe 0.18.2

A windows dll injection library written in rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Navigate up one folder from the current script location
Set-Location "$PSScriptRoot\.."
cargo clean

Set-Location "./tests/helpers/test_payload"
cargo clean
Set-Location "../../.."

Set-Location "./tests/helpers/test_target"
cargo clean
Set-Location "../../.."