mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 21:51:45 +00:00
erpt.py: remove idaapi usage
This commit is contained in:
parent
f4d10a4481
commit
feba788bc6
1 changed files with 3 additions and 3 deletions
|
@ -274,10 +274,10 @@ def get_full(nxo):
|
|||
if s.name:
|
||||
if s.type == STT_FUNC:
|
||||
print(hex(s.resolved), s.name)
|
||||
idaapi.add_entry(s.resolved, s.resolved, s.name, 0)
|
||||
#idaapi.add_entry(s.resolved, s.resolved, s.name, 0)
|
||||
else:
|
||||
idaapi.force_name(s.resolved, s.name)
|
||||
|
||||
#idaapi.force_name(s.resolved, s.name)
|
||||
pass
|
||||
else:
|
||||
# NULL symbol
|
||||
s.resolved = 0
|
||||
|
|
Loading…
Reference in a new issue