I'd like to use Python in conjunction with C2.
It appears possible to use Node-Webkit to read, write, delete, append simple text files in JSON format which act as the adapter.
Is this the only way? Would it possible to make a C2 plugin that has full read and write access to a specified block of memory? I believe using a memory block as an adapter would be a lot faster then a file.
Currently I want to use Python for Sqlite and a tool to parse text log files (generated by 3rd party application) in fractions of a second.