-
|
在 enum class PHF { // Program Header Flags
X = 1, // Executable
W = 2, // Writable
R = 4 // Readable
};并且,无论采用哪种权限对应方式, |
Beta Was this translation helpful? Give feedback.
Answered by
imio21777
Jan 19, 2025
Replies: 1 comment 3 replies
-
|
应该不是,直接写运算后的数字也是能过的 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
fle.cpp里是正确的, README里面不是完全对应的