I want to know how detectors like Peid exe tools or protectid detect the packer/protection of pe files. I thought maybe some constant values when a program is packed, but i dont know well. Can someone
There is this executable that is packed however neither peid nor protection_id nor RDG tell me what it is, as they dont know.
I have zero knowledge of how the ELF format works or how to access its headers and data via code, however I need to check whether an ELF binary has been compressed (packed?) with UPX for Linux.
I wanna check lots of execution files (*.exe) that开发者_JAVA百科 made by packer or compilers. So I need a library or anything like that which could tell me witch compiler or packer has made the *.ex
I\'m trying to understand how all these tools work since, as far as I know, they change the name of variables to achieve a better compression.
I started with 5 normal human-readable JavaScript files - they were around 10 KB in total. After using YSlow, I decided to merge the 5 files and pack them using Dean Edwards\' packer. Now I have 1 fi
Is there a version of the Prototype framework that is either packable or already packed at the highest compression level with Dean开发者_如何学Go Edward\'s packer and is tested to work?