Make it not only detect numerical literals but also hex and unicode (And combinations). But not detect when only used as null chars, newlines, ", \, ', \z, \t and possible other valid usages.
I'd like to do it with database detection in an efficient way.
Also if anyone finds valid usages (not obfuscation or other malicious ways) to use numerical, unicode or hex string literals please tell
A repository of free code samples that you can freely browse and use in your projects. Everything here is authored by me. Unlicensed repository. Inspirations credited where due.
Make it not only detect numerical literals but also hex and unicode (And combinations). But not detect when only used as null chars, newlines, ", \, ', \z, \t and possible other valid usages.
I'd like to do it with database detection in an efficient way.
Also if anyone finds valid usages (not obfuscation or other malicious ways) to use numerical, unicode or hex string literals please tell