#
pe-packer
Here are 2 public repositories matching this topic...
An ELF / PE packer written in pure C
-
Updated
Jul 6, 2020 - C
Improve this page
Add a description, image, and links to the pe-packer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pe-packer topic, visit your repo's landing page and select "manage topics."
Describe the bug
dotnet executable
When compiling the cs files needed for the encoders, the CSC compiler complains and stops the process.
[-] Error: temp\tmpg84fw_q7.cs(26,16777214): error CS1034: Compiler limit exceeded: Line cannot exceed 16777214 charactersTo Reproduce
This happens when passing a binary (in my case ~4MB) into inceptor.
Expected behavior
working