I have an application that runs on a locked down linux machine.
Its signature checked from boot so I cannot swap the application for a patched version.
However, I can run other applications from the command line.
Is there anyway that I can write an application to call a certain method within another application currently running? Maybe via code injection?
I do have the source code of this other application.