Closed vxcall closed 1 year ago
Run idaplugin.py as a Py script
Correct, thanks @HongThatCong! idaplugin.py
is a IDAPython script you can just run within IDA (shortcut ALT + F7).
Thanks for responding~!
I ran it and nothing happened visually. I dont think it added string annotation to disassembly view.
I assumed some sort of window or string annotation would appear.
Only Caching 'Imports'... ok
was displayed in output window btw.
my IDA is 7.7
and what i did is click File -> Script file -> select idaplugin.py
which i copied from this repo. pip flare-floss
has been done beforehand.
Plz tell me any steps i missed here.
Hm, that should work and at least you should see more information in the Output window. Can you try again and copy the text from the Output window or a screenshot in here please?
I loaded up new exe into IDA and test it. absolutely nothing came up. Its 32 bit executable btw. (Thanks mandiant for holding such interesting event flare-on, its too tough for me tho haha)
p.
Wait, it worked somehow Running script directoly does it, hold on ill post the video in sec
Though its a bit bothering in comparison to run as a file, this way it runs nicely. If you have no idea why 'run file' didnt work, its kinda fine for me. https://user-images.githubusercontent.com/33578715/203876253-e6fb16ce-8f1b-4bcd-a1ae-8a0303867ef9.mp4
Ah there we go. When you save the file contents you copy pasted to a local file and run it, what happens?
The first video i posted was me literally running file. Nothing happens. no output and no window created.
Have you tried to add print
to see if the file and main
execute properly?
It turned out that the script file
button itself is not working, your script is fine.
Sorry for takin ur time. Thanks:)
😮 oh wow, glad we've figured it out 😄
Hi! I dont see the guide to install this to IDA as a plugin, so could you help me? Putting
idaplugin.py
to plugin directory didnt work. There is no info cuz its obvious for others?