A library providing a humane API for storing and accessing persistent data in IDA Pro databases using netnodes. Version 3.0.0 is the latest. Release cadence is irregular.
pip install ida-netnodeVerified import paths — ran on the pinned version, not inferred.
Create or open a netnode by name, then use dict-like access to store/retrieve persistent data.
Read data using v2, then write it back using v3 (or keep v2 if you need the old data).
Use unique names or check existence with Netnode.exist() before creating.
Upgrade to v2+ and use Python 3.
No dependency data recorded yet.