Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- probe kernel.function("sys_open").return {
- if (isinstr(user_string($filename), "/sys/devices/virtual/dmi/id/product_uuid")) {
- $return = -22;
- }
- if (isinstr(user_string($filename), "/sys/class/dmi/id/product_uuid")) {
- $return = -22;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment