packing-box / docker-packing-box

Docker image gathering packers and tools for making datasets of packed executables and training machine learning models for packing detection
GNU General Public License v3.0
49 stars 10 forks source link

Fixes #90 #95

Closed AlexVanMechelen closed 8 months ago

AlexVanMechelen commented 8 months ago

This PR adds a .gitattributes file that ensures Windows users won't face issues with automatic LF->CRLF conversion by git

dhondta commented 8 months ago

@AlexVanMechelen OK, good point. If not disabling normalization by Git, files to be injected in the box while building with Docker are normalized with CRLF as it is normally on Windows, hence causing the error. Therefore, disabling it does indeed seem to be the right solution. Thank you.