-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
priority:p3Low priorityLow priorityscope:compilertype:featureNew feature or requestNew feature or request
Milestone
Description
0A9F: 0@ = get_this_script_struct
0@ += 0x10
0A8D: 0@ = read_memory 0@ size 4 virtual_protect 0
could be rewritten as
0@ = get_this_script_struct
0@ += 0x10
0@ = read_memory 0@ size 4 virtual_protect 0
Rules:
- the line must be an assignment expression
- keyword must follow the assignment operator (
=) - keyword must be a getter (have output as defined in SBL).
read_memoryis fine, butwrite_memorycan only be used as a standalone command
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:p3Low priorityLow priorityscope:compilertype:featureNew feature or requestNew feature or request