This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
pwndbg
mirror of
https://github.com/pwndbg/pwndbg
Watch
1
Star
0
Fork
You've already forked pwndbg
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b5e865430a
pwndbg
/
qemu-tests.sh
6 lines
98 B
Bash
Executable File
Raw
Blame
History
#!/usr/bin/env bash
(
cd
tests
&&
python3 tests.py -t cross-arch
$@
)
exit_code
=
$?
exit
$exit_code
Reference in New Issue
View Git Blame
Copy Permalink