Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

[IMP] send batch of names/comments instead of 1 by 1 #192

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Ektoplasma
Copy link

Hi,

The code in skelenox and on the server side has been improved, in order to send a batch of names and comments per POST when skelenox starts, instead of one per POST request. Even if it is still quite long, it considerably reduces the first early actions of this IDA Python script.
For now, I kept the methods push_name and push_comment of the SkelIDAConnection class and created the methods push_names and push_comments in order to send the whole thing at once. The script api_idaactions has been adapted to handle lists of values. I think the former methods could be removed for the 2.0.

I will probably update the tests scripts too.

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

Successfully merging this pull request may close these issues.

1 participant