aboutsummaryrefslogtreecommitdiffstats
path: root/bfd
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-05-20 20:51:17 +0000
committerbloodstalker <thabogre@gmail.com>2018-05-20 20:51:17 +0000
commit105bc30b01d01d08e1b87c2f07cc7fc737811563 (patch)
tree9572084e59be03dac5f9c844e50e362d5382ec16 /bfd
parentfixes #33. fixed #34. python interpreter should clean up after itself properl... (diff)
downloadmutator-105bc30b01d01d08e1b87c2f07cc7fc737811563.tar.gz
mutator-105bc30b01d01d08e1b87c2f07cc7fc737811563.zip
wip:added a wasm backend. i need to setup an interface with the main c++ code. added some commands to bruiser for managing xobj memories
Diffstat (limited to 'bfd')
-rwxr-xr-xbfd/load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/load.py b/bfd/load.py
index f0941b0..ae0771f 100755
--- a/bfd/load.py
+++ b/bfd/load.py
@@ -1,4 +1,4 @@
-#!/bin/python3
+#!/usr/bin/python3
#***************************************************Project Mutator****************************************************/
# yet another elfdump in python
#*Copyright (C) 2018 Farzad Sadeghi