diff options
author | bloodstalker <thabogre@gmail.com> | 2018-05-20 20:51:17 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-05-20 20:51:17 +0000 |
commit | 105bc30b01d01d08e1b87c2f07cc7fc737811563 (patch) | |
tree | 9572084e59be03dac5f9c844e50e362d5382ec16 /bfd | |
parent | fixes #33. fixed #34. python interpreter should clean up after itself properl... (diff) | |
download | mutator-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 '')
-rwxr-xr-x | bfd/load.py | 2 |
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 |