ronin-rb / ronin-support

A support library for Ronin. Like activesupport, but for hacking!
https://ronin-rb.dev
GNU Lesser General Public License v3.0
27 stars 9 forks source link

Improve `Ronin::Support::Encoding::SQL` #403

Open postmodern opened 1 year ago

postmodern commented 1 year ago
postmodern commented 1 year ago

unescape will need to be re-implemented using StringScanner to separate quoted strings from ||CHAR(XX)||.