Voxel9 / CheatX

Open-source cheat plugin for the Original Xbox.
https://voxel9.github.io/CheatX
GNU General Public License v2.0
16 stars 2 forks source link

Add argument validation checks for plugin commands #1

Open Voxel9 opened 4 years ago

Voxel9 commented 4 years ago

Currently, the Xbox plugin processes user-provided arguments via sscanf, however none of the data actually gets validated beforehand.

In the near future, it would be preferable to add this in. However, most people will likely use the interface instead of the command line, and seeing as the interface will always send correct commands and validate data that feeds back into it anyway, this isn't a huge breaking issue.