Headless Scripting - Is it possible to process, or analyze, two binaries in a script (open both simultaneously) #8509
Unanswered
jmcarter9t
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Do you are just basically looking to open an arbitrary program from the project in a HeadlessScript? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Need: I have a large collection of binaries that are in pairs, e.g., one has debug information and one is stripped. I want to process each debug binary in a headless script, but I need to also open an process the stripped version. This works fine in a script executed with the GUI, but I am using the ProgramManager which requires the PluginTool (tool.getService( ... ) ) -- I don't think these will work in a headless script. Looking for suggestions or someone to tell me this is a fool's errand.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions