EUA / wxHexEditor

wxHexEditor official GIT repo
http://www.wxhexeditor.org
GNU General Public License v2.0
546 stars 119 forks source link

scripting engine #119

Open eadmaster opened 5 years ago

eadmaster commented 5 years ago

I'd like to suggest adding a scripting engine like XVIscript.

KOLANICH commented 5 years ago

I vote for allowing external processes manipulating the viewer state via RPC. The interpreter starts a process and interacts to it via stdin/stdout/pipe/socket/memory-mapping. So any language can be used, as long it has a lib to interact to the hex editor.