-
```
What steps will reproduce the problem?
1. pip install --upgrade -v -v -v pefile
Installed version (1.2.10-114) is most up-to-date (past versions: 1.2.10-114,
1.2.10-63, 1.2.10-60, 1.2.10-56, 1.2…
-
```
What steps will reproduce the problem?
1. Download sectionless.exe from corkami or attachment
2. Execute
pe = pefile.PE("sectionless.exe", fast_load=False)
print pe.get_overlay_data_start_offset(…
-
```
What steps will reproduce the problem?
1. pefile.PE("d761f3aa64064a706a521ba14d0f8741")
What is the expected output? What do you see instead?
Segmentation Fault
What version of the product are…
-
```
What steps will reproduce the problem?
1. pefile.PE("d761f3aa64064a706a521ba14d0f8741")
What is the expected output? What do you see instead?
Segmentation Fault
What version of the product are…
-
```
What steps will reproduce the problem?
1. pip install --upgrade -v -v -v pefile
Installed version (1.2.10-114) is most up-to-date (past versions: 1.2.10-114,
1.2.10-63, 1.2.10-60, 1.2.10-56, 1.2…
-
```
What steps will reproduce the problem?
1. Download sectionless.exe from corkami or attachment
2. Execute
pe = pefile.PE("sectionless.exe", fast_load=False)
print pe.get_overlay_data_start_offset(…
-
Windows verifies the attached sample's signature, however when I use `signify`, I get:
`SignedPEParseError: The PE file does not contain a certificate table.`
Any ideas?
(Attaching as link be…
-
```
What steps will reproduce the problem?
1. pefile.PE("d761f3aa64064a706a521ba14d0f8741")
What is the expected output? What do you see instead?
Segmentation Fault
What version of the product are…
-
Currently, `pefile` only expects a rich header at offset `0x80`:
https://github.com/erocarrera/pefile/blob/bbf28920a71248ed5c656c81e119779c131d9bd4/pefile.py#L2357
But the rich header is not alway…
-
I made stub file, but I can't use it in mypy with current directory structure of pefile. I suppose pefile must be in a single directory for stubs work.
I propose to change current directory structu…