mkYARA icon indicating copy to clipboard operation
mkYARA copied to clipboard

Fix issues with Python3

Open av-gantimurov opened this issue 3 years ago • 0 comments

Fix issue described in https://github.com/fox-it/mkYARA/issues/6#issue-1019668718

Rewrote coding data bytes to hex by binascii.hexlify(). Intended to make python2-3 compatible code without python version checks.

Fix ida plugin getting md5 file string. In python3 with ida 7.2+ GetInputFileMD5 returns bytes instead of string. Add checks for rtype.

Must be working on all python version (2.7+, 3.5+).

av-gantimurov avatar Oct 07 '21 08:10 av-gantimurov