https://github.com/cocomelonc/2021-10-30-windows-shellcoding-2
Find kernel32.dll base address via ASM
https://github.com/cocomelonc/2021-10-30-windows-shellcoding-2
Last synced: 22 days ago
JSON representation
Find kernel32.dll base address via ASM
- Host: GitHub
- URL: https://github.com/cocomelonc/2021-10-30-windows-shellcoding-2
- Owner: cocomelonc
- Created: 2021-10-30T13:35:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-31T07:31:32.000Z (over 3 years ago)
- Last Synced: 2025-04-11T03:53:02.643Z (22 days ago)
- Language: Assembly
- Size: 1000 Bytes
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Windows shellcoding - part 2
Find `kernel32` address via assembly. Source code of post:
[https://cocomelonc.github.io/tutorial/2021/10/30/windows-shellcoding-2.html](https://cocomelonc.github.io/tutorial/2021/10/30/windows-shellcoding-2.html)