https://github.com/orisano/dlhiddensym
https://github.com/orisano/dlhiddensym
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/orisano/dlhiddensym
- Owner: orisano
- License: apache-2.0
- Created: 2022-06-05T14:09:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-04T00:19:17.000Z (over 3 years ago)
- Last Synced: 2025-03-25T05:34:29.113Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 5.35 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dlhiddensym
[](https://github.com/orisano/dlhiddensym/actions/workflows/test.yml)
dlhiddensym is a library that lookup hidden symbols in the dynamic link library.
## Installation
```bash
curl -SsLO https://raw.githubusercontent.com/orisano/dlhiddensym/main/dlhiddensym.h
```
## How to use
```c
#include "dlhiddensym.h"
int main() {
void *addr = dlhiddensym("libjvm.so", "_ZN6Method26checked_resolve_jmethod_idEP10_jmethodID");
return 0;
}
```
## Author
Nao Yonashiro
## License
Apache 2.0