Debinject
Debinject copied to clipboard
im got error when i input x86
Insert the target arch x86 or x64:
debinject > x86
Traceback (most recent call last):
File "debinject.py", line 97, in
Something in commit cc18662 ended up breaking the code in some executions, return to commit dda705a , to solve run :
- To discard changes made by the user
git checkout -- .
- To return commit:
git checkout dda705a