-
Updated
Jul 5, 2022 - Java
pe
Here are 168 public repositories matching this topic...
-
Updated
Aug 11, 2021 - Python
Attempting to decode any of the attached files with goblin::elf::Elf::parse crashes the process. Memory allocator runs out of virtual memory and the process is aborted.
Found via AFL.rs. Fuzzing harness: https://github.com/Shnatsel/goblin/blob/master/fuzz-afl/src/main.rs
-
Updated
Jun 23, 2022 - C++
-
Updated
Jul 6, 2022 - C++
-
Updated
Jul 5, 2022 - C#
-
Updated
Dec 2, 2020 - Assembly
-
Updated
Jun 25, 2022 - C#
-
Updated
Feb 20, 2020
-
Updated
Jul 3, 2022 - Java
-
Updated
Aug 6, 2019 - C++
-
Updated
Aug 29, 2019 - Python
-
Updated
Sep 2, 2021 - C++
-
Updated
Mar 11, 2022 - C
-
Updated
Jan 11, 2022 - C++
-
Updated
Jul 5, 2022 - Go
-
Updated
May 4, 2022 - C++
-
Updated
Apr 10, 2017 - HTML
-
Updated
Jun 4, 2022 - Python
Improve this page
Add a description, image, and links to the pe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pe topic, visit your repo's landing page and select "manage topics."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

I'm currently using LIEF in a project that uses mypy for Python type-checking. We use an ignore directive on our
import lief #type:ignorestatements, as type stubs for lief are not currently available. I've been considering generating and contributing stubs to https://github.com/python/typeshed, so that we can remove the ignores, and maybe others will find them useful. H