bytebutcher / decoder-plus-plus

An extensible application for penetration testers and software developers to decode/encode data into various formats.
GNU General Public License v3.0
101 stars 24 forks source link

Custom Code Script #56

Closed bytebutcher closed 5 months ago

bytebutcher commented 5 months ago

Add a feature to allow users to write and execute custom code for data manipulation using an integrated code editor. The code editor should allow to load and save custom scripts.

In order to allow safe loading of Decoder++ sessions from file the execution of custom code scripts should be disabled automatically.