Tom

Results 18 comments of Tom

Oh I see. I'm sorry I tried with 5.6.3 but it looks like I have the similar issue... ``` [...] [14/19] Linking CXX static library palette/libpalette.a /Library/Developer/CommandLineTools/usr/bin/ranlib: file: palette/libpalette.a(action.cpp.o) has...

Hi everyone, by any chance do you have an update on this issue? it looks like I have a similar error with macOS `10.15.7`. ``` [...] OSError: dlopen(/var/folders/ts/2nwblqrj59172nzsb1bgmvlh0000gn/T/miasm_cache/b8838e62e19183ee7465864851bbaa87.cpython-38-darwin.so, 6): Library...

It could be also nice to add the version of the MITRE in the link in the `refs` field.

@cvandeplas if I'm not mistaken right now there is no way to determine the version of MITRE used. It could be handy to have this information either way by adding...

@googlebot I signed it!

@plusvic is there anything i can do to help to merge this PR? Thank you

I'm using it and I didn't have any issues so far, but I definitely didn't try all methods

can you provide a snippet of code with a sample please?

It seems that this [article](https://msdn.microsoft.com/en-CA/library/ms809762.aspx) is a merge of the 2 parts.

Seems to work: ``` $ file ntdll.dll ntdll.dll: PE32+ executable for MS Windows (DLL) (console) $ python -c 'import pefile; print pefile.PE("ntdll.dll").dump_info()' [...] ----------FILE_HEADER---------- [IMAGE_FILE_HEADER] 0xE4 0x0 Machine: 0x8664 0xE6...