Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

im got error when i input x86 #2

Open
m4k4ss4rh4ck3r opened this issue Jan 14, 2018 · 1 comment
Open

im got error when i input x86 #2

m4k4ss4rh4ck3r opened this issue Jan 14, 2018 · 1 comment

Comments

@m4k4ss4rh4ck3r
Copy link

m4k4ss4rh4ck3r commented Jan 14, 2018

Insert the target arch x86 or x64:

debinject > x86
Traceback (most recent call last):
File "debinject.py", line 97, in
setArch()
File "debinject.py", line 49, in setArch
call('cp Utils/x86/control /tmp/evil/work/DEBIAN')
File "/usr/lib/python2.7/subprocess.py", line 168, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 390, in init
errread, errwrite)
File "/usr/lib/python2.7/subprocess.py", line 1025, in _execute_child

@lucasduete
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants