Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could I use python scripts to automatically analyze lib files and upload to my lumen server? #145

Closed
breaking153 opened this issue Mar 11, 2024 · 3 comments

Comments

@breaking153
Copy link

i'm wondering cuz i found it is so hard to upload funcs in lib one by one

@breaking153
Copy link
Author

but sadly i cannot found any func in python sdk about lumina server

@benjamindoron
Copy link

The best solution I've found is idautils.ProcessUiActions("LuminaPushAllMds"). Since it's UI interaction though, you can't just call idc.qexit(0) afterwards: testing shows that it doesn't actually execute the request. I've used AutoHotkey (and PowerShell and IDAPython) to actually automate this.

@breaking153
Copy link
Author

The best solution I've found is idautils.ProcessUiActions("LuminaPushAllMds"). Since it's UI interaction though, you can't just call idc.qexit(0) afterwards: testing shows that it doesn't actually execute the request. I've used AutoHotkey (and PowerShell and IDAPython) to actually automate this.

well i found it's possible to do such thing using idapython and Concurrence python module,i just extract it into a temp dir to analyze every obj file and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants