Spaces:
Running
on
Zero
Running
on
Zero
Another example.
Browse files
app.py
CHANGED
@@ -54,6 +54,24 @@ undefined8 __cdecl FUN_004025f0(byte *param_1,int param_2)
|
|
54 |
return 0x3632000137;
|
55 |
}
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
"""],
|
58 |
inputs="text", outputs="text")
|
59 |
demo.queue()
|
|
|
54 |
return 0x3632000137;
|
55 |
}
|
56 |
|
57 |
+
""","""
|
58 |
+
void __thiscall FUN_00404f30(void *this,char param_1,uint param_2)
|
59 |
+
|
60 |
+
{
|
61 |
+
char *pcVar1;
|
62 |
+
|
63 |
+
if ((param_1 != '\0') && (0xf < *(uint *)((int)this + 0x18))) {
|
64 |
+
pcVar1 = *(char **)((int)this + 4);
|
65 |
+
if (param_2 != 0) {
|
66 |
+
std::_Traits_helper::copy_s<>((char *)((int)this + 4),0x10,pcVar1,param_2);
|
67 |
+
}
|
68 |
+
FUN_00405320(pcVar1);
|
69 |
+
}
|
70 |
+
*(undefined4 *)((int)this + 0x18) = 0xf;
|
71 |
+
std::basic_string<>::_Eos((basic_string<> *)this,param_2);
|
72 |
+
return;
|
73 |
+
}
|
74 |
+
|
75 |
"""],
|
76 |
inputs="text", outputs="text")
|
77 |
demo.queue()
|