all: yet more cleanups
Changes include: - use standard names for PE constants - add some more "noexcept" - improve upx_is_integral type-trait - introduce is_same_all and is_same_any type-traits - prepare TE-size checks in packer.h - CI updates
This commit is contained in:
+1
-1
@@ -167,7 +167,7 @@ bool PackWinCeArm::needForceOption() const {
|
||||
// return true if we need `--force` to pack this file
|
||||
bool r = false;
|
||||
r |= (ih.opthdrsize != 0xe0);
|
||||
r |= ((ih.flags & EXECUTABLE) == 0);
|
||||
r |= ((ih.flags & IMAGE_FILE_EXECUTABLE_IMAGE) == 0);
|
||||
r |= (ih.entry == 0 /*&& !isdll*/);
|
||||
r |= (ih.ddirsentries != 16);
|
||||
//// r |= (IDSIZE(PEDIR_EXCEPTION) != 0); // is this used on arm?
|
||||
|
||||
Reference in New Issue
Block a user