An open API service indexing awesome lists of open source software.

https://github.com/letmutx/process-experiments


https://github.com/letmutx/process-experiments

Last synced: about 1 year ago
JSON representation

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
```