pushfoo / pyc2e

A pure python interface for managing c2e instances and injecting CAOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix windows interface add_script behavior

pushfoo opened this issue · comments

commented

According to Chris Double's documentation:

The data portion of the buffer must start with the string "scrp a b c d\n" followed by the null terminated contents for that script. The script must not end with an 'endm', the null termination is used.

At the moment it doesn't prepend that correctly. Adding to the scriptorium was never a priority before, so this wasn't implemented properly.

commented

Might be best fixed after #2 and #8 are done.

commented

Closed by pr #13