update 5.3.1_angr

This commit is contained in:
firmianay
2018-06-01 20:10:55 +08:00
parent 39f250031b
commit 7cf313ebec
14 changed files with 596 additions and 82 deletions

View File

@ -0,0 +1,19 @@
#include <stdio.h>
#include <stdlib.h>
int main() {
int num = 0;
scanf("%d", &num);
if (num > 50) {
if (num <= 100) {
printf("50 < num <= 100\n");
} else {
printf("100 < num\n");
exit(1);
}
} else {
printf("num <= 50\n");
}
}
// gcc example.c

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
import angr
project = angr.Project("entry_language", auto_load_libs=False)

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
str_list = ["Dufhbmf", "pG`imos", "ewUglpt"]
passwd = []
for i in range(12):