Skip to content

Commit

Permalink
Add cr8 register to unicorn blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
twizmwazin committed Jan 9, 2025
1 parent 1deb30c commit ff238b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archinfo/arch_amd64.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __init__(self, endness=Endness.LE):
)

# Register blacklist
reg_blacklist = ("fs", "gs")
reg_blacklist = ("fs", "gs", "cr8")
if self.reg_blacklist is not None and self.reg_blacklist_offsets is not None:
for register in self.register_list:
if register.name in reg_blacklist:
Expand Down

0 comments on commit ff238b1

Please sign in to comment.