You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mm/mm_test.c
Line 133 ~ line 136
The code in line 135 is going to make WP valid, but the code comment in line 133 says it is going to make WP invalid.
So, I guess the right code should be
"andl $0x11101111, %%eax\n\t"
The text was updated successfully, but these errors were encountered:
mm/mm_test.c
Line 133 ~ line 136
The code in line 135 is going to make WP valid, but the code comment in line 133 says it is going to make WP invalid.
So, I guess the right code should be
"andl $0x11101111, %%eax\n\t"
The text was updated successfully, but these errors were encountered: