diff --git a/go_entry.py b/go_entry.py index eec79c0..58ff201 100644 --- a/go_entry.py +++ b/go_entry.py @@ -3,6 +3,7 @@ # (c) Hex-Rays # import GO_Utils +import idaapi idaapi.require("GO_Utils") idaapi.require("GO_Utils.Gopclntab") idaapi.require("GO_Utils.Utils") @@ -97,4 +98,4 @@ def ida_main(): # -------------------------------------------------------------------------- -ida_main() \ No newline at end of file +ida_main()