Skip to content

A program for calling functions in object files

Notifications You must be signed in to change notification settings

m-pasik/objcaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

objcaller

A program for calling functions in object files.

⚠️ The program is currently broken. ⚠️

Requirements

Compile

You can compile debug or release version by running CMake with CMAKE_BUILD_TYPE set to either "Debug" or "Release".

Debug

cmake -DCMAKE_BUILD_TYPE=Debug .
make

Release

cmake -DCMAKE_BUILD_TYPE=Release .
make

Usage

Currently it only takes path to a library as the first command line argument, but it will basically only work with the test library that's included in the project.

debug/objcaller ./libtest.so
release/objcaller ./libtest.so

About

A program for calling functions in object files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published