first commit

This commit is contained in:
2025-03-06 19:56:12 +08:00
commit 5b6db97133
47 changed files with 8549 additions and 0 deletions

25
bomblab/phase_2_14.c Normal file
View File

@@ -0,0 +1,25 @@
void phase_2_14(undefined8 param_1)
{
int local_28 [7];
int local_c;
read_six_numbers(param_1,local_28);
GenerateRandomNumber(0x32);
if ((long)local_28[0] != rand_div + 0x10) {
explode_bomb();
}
for (local_c = 0; local_c < 6; local_c = local_c + 1) {
if (local_28[local_c] < 0) {
explode_bomb();
}
}
for (local_c = 1; local_c < 6; local_c = local_c + 1) {
if ((local_28[local_c + -1] < local_28[local_c]) || (local_28[local_c] < 1)) {
explode_bomb();
}
}
return;
}