https://github.com/pengbomb/aslr-checker
Check to ASLR from Windows x86 EXE file and disable it.
https://github.com/pengbomb/aslr-checker
aslr cpp
Last synced: over 1 year ago
JSON representation
Check to ASLR from Windows x86 EXE file and disable it.
- Host: GitHub
- URL: https://github.com/pengbomb/aslr-checker
- Owner: pengbomb
- License: mit
- Created: 2017-02-28T10:20:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T21:29:36.000Z (over 8 years ago)
- Last Synced: 2025-02-02T08:14:05.173Z (over 1 year ago)
- Topics: aslr, cpp
- Language: C++
- Size: 943 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ASLRChk

Check to ASLR from Windows x86 EXE file and disable it.
```
Usage: aslrchk [Options]
Options: -d disable ASLR
```