https://github.com/rinhizakura/linko
linko is a tool that can load the function from your executable file
https://github.com/rinhizakura/linko
Last synced: 3 months ago
JSON representation
linko is a tool that can load the function from your executable file
- Host: GitHub
- URL: https://github.com/rinhizakura/linko
- Owner: RinHizakura
- Created: 2022-02-28T08:28:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T07:37:16.000Z (over 2 years ago)
- Last Synced: 2024-12-27T12:09:02.404Z (4 months ago)
- Language: C
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# linko
## Introduction
'linko' is a tool that can load the function from your executable file. It aims to help
to test the function which you interesting in of some big project without copying them out
and recompile them again.It also gives you a very simple implementation to look inside your ELF file.
## Reference
* [ORACLE - Linker and Libraries Guide](https://docs.oracle.com/cd/E19683-01/816-1386/index.html)
* [How to execute an object file](https://blog.cloudflare.com/how-to-execute-an-object-file-part-1/)
* [jserv/min-dl](https://github.com/jserv/min-dl)