int
__fastcall JNI_OnLoad(
int
a1)
{
v21 = a1;
v22 = 0;
if
(sub_12A0())
return
-1;
v1 = sub_13CC();
stat(
"/data/data/com.example.crackme52/lib/libmodule.so"
, (
struct
stat *)&v23);
dword_5048 = ((((_DWORD)v24 << 20) - (((_DWORD)v24 << 20 >= 1u) + ((_DWORD)v24 << 20) - 1) + (unsigned
int
)(v24 / 4096)) << 12)
+ 4096;
v2 = (
void
*)open(
"/data/data/com.example.crackme52/lib/libmodule.so"
, 0);
dword_504C = (
int
)v2;
if
(v2 != (
void
*)-1)
{
v2 = mmap(0, dword_5048, 7, 34, 0, 0);
if
(v2 == (
void
*)-1)
{
v3 = (
int
)
"JNITag"
;
v4 = (
int
)
"Map load error\n"
;
goto
LABEL_6;
}
v5 = sub_12A0();
if
(!v5)
{
v6 = *(_WORD *)(v1 + 44);
v7 = v1 + *(_DWORD *)(v1 + 28);
while
(v5 < v6 && *(_DWORD *)v7 != 1)
{
v7 += 32;
++v5;
}
if
(v5 != v6)
{
v8 = *(_DWORD *)(v7 + 40) + *(_DWORD *)(v7 + 48) - 4 + v1;
v9 = (
const
void
*)(v8 - *(_DWORD *)v8);
memcpy
(v2, (
const
void
*)(v8 - *(_DWORD *)v8), 0x174u);
v10 = 0;
do
{
*((_BYTE *)v2 + v10) = ~(*((_BYTE *)v2 + v10) - 3);
++v10;
}
while
(v10 != 372);
v11 = 0;
v12 = (
int
)((
char
*)v2 + *((_DWORD *)v2 + 7));
while
(v11 < *((_WORD *)v2 + 22) && *(_DWORD *)v12 != 1)
{
v12 += 32;
++v11;
}
memcpy
(v2, v9, *(_DWORD *)(v12 + 16));
for
(i = 0; i < *(_DWORD *)(v12 + 16); ++i)
*((_BYTE *)v2 + i) = ~(*((_BYTE *)v2 + i) - 3);
memcpy
((
char
*)v2 + *(_DWORD *)(v12 + 40), (
char
*)v9 + *(_DWORD *)(v12 + 36), *(_DWORD *)(v12 + 48));
v14 = 0;
while
(v14 < *(_DWORD *)(v12 + 48))
{
*((_BYTE *)v2 + v14 + *(_DWORD *)(v12 + 40)) -= 3;
v15 = (
int
)((
char
*)v2 + v14++ + *(_DWORD *)(v12 + 40));
*(_BYTE *)v15 = ~*(_BYTE *)v15;
}
}
*(_DWORD *)
"ng;Ljava/lang/String;)V"
= v2;
sub_1190();
*(_DWORD *)off_4F64 = (
char
*)v2
+ *(_DWORD *)(*(_DWORD *)
"java/lang/String;)V"
+ 16 * sub_136C(
"begin_verify"
) + 4);
v16 = sub_136C(
"__stack_chk_guard"
);
*(_DWORD *)((
char
*)v2 + sub_127C(*(_DWORD *)
"ring;)V"
, *(_DWORD *)
";)V"
, v16)) = dword_5040;
v17 = sub_136C(
"memcpy"
);
*(_DWORD *)((
char
*)v2 + sub_127C(dword_5028, dword_502C, v17)) = dword_5044;
if
(!(*(
int
(__fastcall **)(
int
,
int
*, unsigned
int
))(*(_DWORD *)v21 + 24))(v21, &v22, 0x10004u))
{
v18 = v22;
if
(v22)
{
v19 = (*(
int
(__fastcall **)(
int
, _DWORD))(*(_DWORD *)v22 + 24))(v22,
"com/example/crackme52/MainActivity"
);
if
(v19)
return
((*(
int
(__fastcall **)(
int
,
int
,
void
**,
signed
int
))(*(_DWORD *)v18 + 860))(
v18,
v19,
&off_5004,
1) >> 31) | 0x10004;
}
}
}
return
-1;
}
v3 = (
int
)
"JNITag"
;
v4 = (
int
)
"Open libmodule.so error\n"
;
LABEL_6:
_android_log_print(4, v3, v4);
return
(
int
)v2;
}