CUMLSec / stateformer

MIT License
60 stars 6 forks source link

question about "get_var_loc_complete.py" #10

Open fly1ngpengu1ns opened 4 months ago

fly1ngpengu1ns commented 4 months ago

Hi, I've been researching this work recently and it's very interesting. After I downloaded your dataset and Ghidra, I managed to run get_var_loc_complete.py. However, I was only able to run the script after opening and analysing one program and then the next, instead of automating the process of analysing all programs and executing the script. I would appreciate if you could tell me how to automate the process of running all the programs with get_var_loc_complete.py!

fly1ngpengu1ns commented 4 months ago

Besides, as it is slow to analyse all the options efficiently, I would also like to know what analysis options are necessary when ghidra analyse the program?