Skip to content

Commit

Permalink
Remove test function
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed Dec 16, 2023
1 parent 466e40a commit 7cdadd2
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -2821,24 +2821,6 @@ class X86(Architecture):
_ptrsize = 4
_endianness = Endianness.LITTLE_ENDIAN

# TODO: Delete this, this is for testing only
@staticmethod
def maps():
try:
return list(GefMemoryManager.parse_procfs_maps())
except:
pass

try:
return list(GefMemoryManager.parse_gdb_info_sections())
except:
pass

try:
return list(GefMemoryManager.parse_monitor_info_mem())
except:
pass

def flag_register_to_human(self, val: Optional[int] = None) -> str:
reg = self.flag_register
if not val:
Expand Down

0 comments on commit 7cdadd2

Please sign in to comment.