mirror of https://github.com/pwndbg/pwndbg.git
chore(profile): extend test binary so unicorn engine shows more code flow
parent
f1aa0c8f5c
commit
56d1facd88
@ -1,3 +1,6 @@
|
|||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
puts("lets go");
|
||||||
while(1);
|
while(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in new issue