https://github.com/letmutx/process-experiments
https://github.com/letmutx/process-experiments
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/letmutx/process-experiments
- Owner: letmutx
- Created: 2020-02-09T17:14:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T17:17:19.000Z (over 6 years ago)
- Last Synced: 2025-03-17T09:54:24.194Z (about 1 year ago)
- Language: C
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Compile and run:
```
$ gcc invoke-function.c -o invoke-func
$ gcc simple.c -c -o simple
$ objcopy -O binary --only-section=.text ./simple ./simple.text
$ sudo ./invoke-func ./simple.text
result: 43
```