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

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

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)