How do i turn off specific auto analysis in headless? I need mangled name of a function #5848
-
Hello, I am looking to print the mangled name of the function and turn off specific Demangler GNU analysis. I looked the DemanglerUtil and DemanglerObject(), but no luck to get the getMangledString() to work. Any help on this is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Answered by
ryanmkurtz
Oct 4, 2023
Replies: 1 comment 3 replies
-
From a setAnalysisOption(currentProgram, "Demangler GNU", "false"); I did not test this, but used this existing script as an example: ghidra/Ghidra/Features/Base/ghidra_scripts/TurnOffStackAnalysis.java Lines 24 to 34 in 54e0ab1 |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
anzosasuke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From a
GhidraScript
passed into headless with-prescript
:I did not test this, but used this existing script as an example:
ghidra/Ghidra/Features/Base/ghidra_scripts/TurnOffStackAnalysis.java
Lines 24 to 34 in 54e0ab1