Skip to content

Releases: CybercentreCanada/Multidecoder

v1.4.1

28 Aug 15:26
2d04287
Compare
Choose a tag to compare

What's Changed

  • Prevent function names from being flagged as domains by @cccs-jh in #103

Full Changelog: v1.4.0...v1.4.1

v1.4.0

25 Jun 14:03
59c3ee8
Compare
Choose a tag to compare

What's Changed

  • Network fpos by @cccs-jh in #97
  • Add decoders for hexadecimal encoding separated with whitespace or co… by @cccs-jh in #98

Full Changelog: v1.3.5...v1.4.0

v1.3.6

24 Jun 18:10
d511283
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.5...v1.3.6

v1.3.5

31 May 18:35
29d17de
Compare
Choose a tag to compare

What's Changed

  • Add support for both single and double quotes in base64 functions by @cccs-jh in #95
  • Ignore pascal string check if the string is already in text and not data by @cccs-jh in #96

Full Changelog: v1.3.4...v1.3.5

v1.3.4

17 May 00:07
1162c54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.3.4

v1.3.3

24 Apr 19:25
01ab3df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

24 Apr 15:38
330d5cb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

22 Apr 16:32
101c473
Compare
Choose a tag to compare

What's Changed

  • Provide default to max in case there are no PE sections by @cccs-jh in #90

Full Changelog: v1.3.0...v1.3.1

v1.3.0

19 Apr 15:59
676f3b2
Compare
Choose a tag to compare

What's Changed

New multidecoder.decoders.pe_file.pe_size function

  • Split finding the end of a PE file from finding a pe file. by @cccs-jh in #89
  • Check that there is enough file left before attempting to read e_elfanew by @cccs-jh in #88

Full Changelog: v1.2.2...v1.3.0

v1.2.2

15 Apr 17:31
d781818
Compare
Choose a tag to compare

What's Changed

  • Replace DOS string check with e_elfanew check for PE search by @cccs-jh in #84
  • Prevent url from ending with ; by @cccs-jh in #85
  • Eliminate some ip address false positives by @cccs-jh in #86
  • Hack to prevent urls from matching past the end of an external context by @cccs-jh in #83
  • Ensure that cmd is followed by a non-command character by @cccs-jh in #87

Full Changelog: v1.2.1...v1.2.2