isagargit

Results 4 comments of isagargit

The file is valid, but actually cant share it. can you still suggest what could be wrong. jsign should work right ?

I parsed the file using pefile module. Here's the file [pefile_output.txt](https://github.com/ebourg/jsign/files/14720217/pefile_output.txt)

using this script: import pefile with open("C:\\Users\\\\Downloads\\pefile_output.txt", "w") as f: pe = pefile.PE("C:\\Users\\\\Downloads\\testapp.exe") f.write(pe.dump_info())

Hey @ebourg, sorry for paused updates here. I was able to sign bin files. They were indeed PE based. So could sign them. This issue can be marked closed.