Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-28T17:23:49.000Z (over 1 year ago)
- Last Synced: 2024-10-16T07:41:41.699Z (3 months ago)
- Topics: electron, nodejs, shellcode, shellcode-loader
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- 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
```