v2.2.0.1_fix
- converted to C#
- fixed working with large files (
long
offsets instead ofint
) (#5, alex-bochkov#18) - fixed "array index out of bounds" error while parsing UTF-16 strings with BOM ( alex-bochkov#19, alex-bochkov#16, alex-bochkov#13 )
- fixed hash extraction (using search instead of fixed index) (alex-bochkov#15)
- fixed hash replacing (using both hashes (with upper case hash) ) (alex-bochkov#15)
- removed Visual Basic related dependency, so it's working on linux with mono