Skip to content

v2.2.0.1_fix

Compare
Choose a tag to compare
@b4tman b4tman released this 13 Aug 06:52
· 112 commits to master since this release
v2.2.0.1_fix
226c157
  • converted to C#
  • fixed working with large files (long offsets instead of int) (#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