Skip to content

Commit

Permalink
Use bincat_native in ida plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
trou committed Aug 26, 2016
1 parent aeedab9 commit f72d81c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/idabincat/bcplugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def __init__(self, initfname, outfname, logfname, options, finish_cb):
self.finish_cb = finish_cb

def run(self):
cmdline = "bincat %s %s %s" % (self.initfname, self.outfname,
cmdline = "bincat_native %s %s %s" % (self.initfname, self.outfname,
self.logfname)
# start the process
bc_log.debug("Analyzer cmdline: [%s]", cmdline)
Expand Down

0 comments on commit f72d81c

Please sign in to comment.