Aurillium / LunaJuice

A tool to subdue and monitor suspicious processes.
GNU General Public License v3.0
1 stars 0 forks source link

LunaLib Requires Static Linking #42

Open Aurillium opened 1 month ago

Aurillium commented 1 month ago

There are currently unresolved symbols in LunaLib compilation in dev/python because LunaLib must be linked to the API static library, but to do this the static and dynamic libraries probably need to be compiled at the same time to meet the requirements of both parts (or everything must be static for testing).

Aurillium commented 3 weeks ago

Currently working in dev/python branch