https://github.com/wabzsy/node-shellcode
Run shellcode in memory of node.exe (or electron app)
https://github.com/wabzsy/node-shellcode
electron nodejs shellcode shellcode-loader
Last synced: 5 months ago
JSON representation
Run shellcode in memory of node.exe (or electron app)
- Host: GitHub
- URL: https://github.com/wabzsy/node-shellcode
- Owner: wabzsy
- Created: 2023-07-28T17:12:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-28T17:23:49.000Z (over 2 years ago)
- Last Synced: 2025-04-09T02:22:51.849Z (9 months ago)
- Topics: electron, nodejs, shellcode, shellcode-loader
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Shellcode Loader
Run shellcode in memory of node.exe (or electron app)
## Usage
```
npm install
```
**Modify the contents of shellcode.js**, and then run
```
node index.js
```