Skip to content

Commit

Permalink
ida_gef: Add api map for DelBpt
Browse files Browse the repository at this point in the history
  • Loading branch information
Grazfather committed May 18, 2021
1 parent ca5502c commit 2479d6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ida_gef.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ class IDAWrapper(object):
"""
api_map = {
"AddBpt": idc.add_bpt,
"DelBpt": idaapi.del_bpt,
"GetBptEA": idc.get_bpt_ea,
"GetBptQty": idc.get_bpt_qty,
"GetColor": idc.get_color,
Expand Down

0 comments on commit 2479d6a

Please sign in to comment.