av-gantimurov

Results 5 issues of av-gantimurov

Add workaround for find libmagic libraries in Windows with installed `python-magic-bin`. [source issue with my comment](https://github.com/ahupp/python-magic/issues/248#issuecomment-901053276)

## Describe the bug docxtpl generates broken docx if some `core_properties` was changed before save. If open in Microsoft Office Word 2010-2019 - error occures. it is not error in...

bug

### Package Name bochs ### Tool Name Bochs ### Package type OTHER (installer) ### Is the tool a console application? false ### Tool's version number 2.7 ### Category Debuggers ###...

:new: package
:cyclone: FLARE-VM

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....

Just took sample code from README.md ```python import codecs from capstone import CS_ARCH_X86, CS_MODE_32 from mkyara import YaraGenerator gen = YaraGenerator("normal", CS_ARCH_X86, CS_MODE_32) gen.add_chunk(b"\x90\x90\x90", offset=1000) gen.add_chunk(codecs.decode("6830800000E896FEFFFFC3", "hex"), offset=0x100) gen.add_chunk(b"\x90\x90\x90\xFF\xD7", is_data=True)...