-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibSceBgft.c
730 lines (638 loc) · 39.8 KB
/
libSceBgft.c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
/*
This file was generated by genstub.py, do not edit manually!
*/
int sprx_dlsym(unsigned int handle, const char *nid, void *addr);
int sprx_dlopen(const char* libname, unsigned short *handle);
int sprx_dlclose(unsigned int handle);
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadFindActivePatchTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadFindActivePatchTask\n"
".type sceBgftServiceDownloadFindActivePatchTask @function\n"
"sceBgftServiceDownloadFindActivePatchTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadFindActivePatchTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadFindActivePupTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadFindActivePupTask\n"
".type sceBgftServiceDownloadFindActivePupTask @function\n"
"sceBgftServiceDownloadFindActivePupTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadFindActivePupTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadFindTaskByContentId;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadFindTaskByContentId\n"
".type sceBgftServiceDownloadFindTaskByContentId @function\n"
"sceBgftServiceDownloadFindTaskByContentId:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadFindTaskByContentId]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadGetProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadGetProgress\n"
".type sceBgftServiceDownloadGetProgress @function\n"
"sceBgftServiceDownloadGetProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadGetProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadPauseTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadPauseTask\n"
".type sceBgftServiceDownloadPauseTask @function\n"
"sceBgftServiceDownloadPauseTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadPauseTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadPauseTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadPauseTaskAll\n"
".type sceBgftServiceDownloadPauseTaskAll @function\n"
"sceBgftServiceDownloadPauseTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadPauseTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadQueryTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadQueryTask\n"
".type sceBgftServiceDownloadQueryTask @function\n"
"sceBgftServiceDownloadQueryTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadQueryTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadResumeTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadResumeTask\n"
".type sceBgftServiceDownloadResumeTask @function\n"
"sceBgftServiceDownloadResumeTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadResumeTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadResumeTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadResumeTaskAll\n"
".type sceBgftServiceDownloadResumeTaskAll @function\n"
"sceBgftServiceDownloadResumeTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadResumeTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadStartTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadStartTask\n"
".type sceBgftServiceDownloadStartTask @function\n"
"sceBgftServiceDownloadStartTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadStartTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadStartTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadStartTaskAll\n"
".type sceBgftServiceDownloadStartTaskAll @function\n"
"sceBgftServiceDownloadStartTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadStartTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadStopTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadStopTask\n"
".type sceBgftServiceDownloadStopTask @function\n"
"sceBgftServiceDownloadStopTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadStopTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceDownloadStopTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceDownloadStopTaskAll\n"
".type sceBgftServiceDownloadStopTaskAll @function\n"
"sceBgftServiceDownloadStopTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceDownloadStopTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceInit;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceInit\n"
".type sceBgftServiceInit @function\n"
"sceBgftServiceInit:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceInit]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugDownloadCorruptPkg;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugDownloadCorruptPkg\n"
".type sceBgftServiceIntDebugDownloadCorruptPkg @function\n"
"sceBgftServiceIntDebugDownloadCorruptPkg:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugDownloadCorruptPkg]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugDownloadRequest;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugDownloadRequest\n"
".type sceBgftServiceIntDebugDownloadRequest @function\n"
"sceBgftServiceIntDebugDownloadRequest:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugDownloadRequest]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoClearSetFreeZone;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoClearSetFreeZone\n"
".type sceBgftServiceIntDebugPlayGoClearSetFreeZone @function\n"
"sceBgftServiceIntDebugPlayGoClearSetFreeZone:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoClearSetFreeZone]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoGetPlayGoStatusString;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoGetPlayGoStatusString\n"
".type sceBgftServiceIntDebugPlayGoGetPlayGoStatusString @function\n"
"sceBgftServiceIntDebugPlayGoGetPlayGoStatusString:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoGetPlayGoStatusString]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoIsPaused;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoIsPaused\n"
".type sceBgftServiceIntDebugPlayGoIsPaused @function\n"
"sceBgftServiceIntDebugPlayGoIsPaused:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoIsPaused]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoIsSetFreeZone;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoIsSetFreeZone\n"
".type sceBgftServiceIntDebugPlayGoIsSetFreeZone @function\n"
"sceBgftServiceIntDebugPlayGoIsSetFreeZone:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoIsSetFreeZone]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoResume;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoResume\n"
".type sceBgftServiceIntDebugPlayGoResume @function\n"
"sceBgftServiceIntDebugPlayGoResume:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoResume]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoRevertToFullState;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoRevertToFullState\n"
".type sceBgftServiceIntDebugPlayGoRevertToFullState @function\n"
"sceBgftServiceIntDebugPlayGoRevertToFullState:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoRevertToFullState]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoRevertToInitialState;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoRevertToInitialState\n"
".type sceBgftServiceIntDebugPlayGoRevertToInitialState @function\n"
"sceBgftServiceIntDebugPlayGoRevertToInitialState:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoRevertToInitialState]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoRevertToSnapshot;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoRevertToSnapshot\n"
".type sceBgftServiceIntDebugPlayGoRevertToSnapshot @function\n"
"sceBgftServiceIntDebugPlayGoRevertToSnapshot:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoRevertToSnapshot]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoSnapshotByTitleId;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoSnapshotByTitleId\n"
".type sceBgftServiceIntDebugPlayGoSnapshotByTitleId @function\n"
"sceBgftServiceIntDebugPlayGoSnapshotByTitleId:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoSnapshotByTitleId]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDebugPlayGoSuspend;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDebugPlayGoSuspend\n"
".type sceBgftServiceIntDebugPlayGoSuspend @function\n"
"sceBgftServiceIntDebugPlayGoSuspend:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDebugPlayGoSuspend]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadCheckPatchUpdateState;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadCheckPatchUpdateState\n"
".type sceBgftServiceIntDownloadCheckPatchUpdateState @function\n"
"sceBgftServiceIntDownloadCheckPatchUpdateState:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadCheckPatchUpdateState]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadClearStats;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadClearStats\n"
".type sceBgftServiceIntDownloadClearStats @function\n"
"sceBgftServiceIntDownloadClearStats:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadClearStats]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadDebugDeleteBgftEnvFile;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadDebugDeleteBgftEnvFile\n"
".type sceBgftServiceIntDownloadDebugDeleteBgftEnvFile @function\n"
"sceBgftServiceIntDownloadDebugDeleteBgftEnvFile:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadDebugDeleteBgftEnvFile]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadDebugDownloadBgftEnvFile;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadDebugDownloadBgftEnvFile\n"
".type sceBgftServiceIntDownloadDebugDownloadBgftEnvFile @function\n"
"sceBgftServiceIntDownloadDebugDownloadBgftEnvFile:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadDebugDownloadBgftEnvFile]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadDebugGetBgftEnvInfoString;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadDebugGetBgftEnvInfoString\n"
".type sceBgftServiceIntDownloadDebugGetBgftEnvInfoString @function\n"
"sceBgftServiceIntDownloadDebugGetBgftEnvInfoString:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadDebugGetBgftEnvInfoString]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadDebugGetStat;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadDebugGetStat\n"
".type sceBgftServiceIntDownloadDebugGetStat @function\n"
"sceBgftServiceIntDownloadDebugGetStat:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadDebugGetStat]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadFindActiveGameAndGameAcTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadFindActiveGameAndGameAcTask\n"
".type sceBgftServiceIntDownloadFindActiveGameAndGameAcTask @function\n"
"sceBgftServiceIntDownloadFindActiveGameAndGameAcTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadFindActiveGameAndGameAcTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadFindActiveTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadFindActiveTask\n"
".type sceBgftServiceIntDownloadFindActiveTask @function\n"
"sceBgftServiceIntDownloadFindActiveTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadFindActiveTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetApplicationDataSize;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetApplicationDataSize\n"
".type sceBgftServiceIntDownloadGetApplicationDataSize @function\n"
"sceBgftServiceIntDownloadGetApplicationDataSize:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetApplicationDataSize]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetExtUsbUserStorageSize;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetExtUsbUserStorageSize\n"
".type sceBgftServiceIntDownloadGetExtUsbUserStorageSize @function\n"
"sceBgftServiceIntDownloadGetExtUsbUserStorageSize:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetExtUsbUserStorageSize]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetGameAndGameAcProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetGameAndGameAcProgress\n"
".type sceBgftServiceIntDownloadGetGameAndGameAcProgress @function\n"
"sceBgftServiceIntDownloadGetGameAndGameAcProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetGameAndGameAcProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetPatchGoProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetPatchGoProgress\n"
".type sceBgftServiceIntDownloadGetPatchGoProgress @function\n"
"sceBgftServiceIntDownloadGetPatchGoProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetPatchGoProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetPatchProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetPatchProgress\n"
".type sceBgftServiceIntDownloadGetPatchProgress @function\n"
"sceBgftServiceIntDownloadGetPatchProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetPatchProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetPlayGoProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetPlayGoProgress\n"
".type sceBgftServiceIntDownloadGetPlayGoProgress @function\n"
"sceBgftServiceIntDownloadGetPlayGoProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetPlayGoProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetProgress\n"
".type sceBgftServiceIntDownloadGetProgress @function\n"
"sceBgftServiceIntDownloadGetProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetTaskInfo;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetTaskInfo\n"
".type sceBgftServiceIntDownloadGetTaskInfo @function\n"
"sceBgftServiceIntDownloadGetTaskInfo:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetTaskInfo]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadGetUserStorageSize;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadGetUserStorageSize\n"
".type sceBgftServiceIntDownloadGetUserStorageSize @function\n"
"sceBgftServiceIntDownloadGetUserStorageSize:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadGetUserStorageSize]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadHideTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadHideTask\n"
".type sceBgftServiceIntDownloadHideTask @function\n"
"sceBgftServiceIntDownloadHideTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadHideTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadPauseTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadPauseTask\n"
".type sceBgftServiceIntDownloadPauseTask @function\n"
"sceBgftServiceIntDownloadPauseTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadPauseTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadPauseTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadPauseTaskAll\n"
".type sceBgftServiceIntDownloadPauseTaskAll @function\n"
"sceBgftServiceIntDownloadPauseTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadPauseTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadQueryTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadQueryTask\n"
".type sceBgftServiceIntDownloadQueryTask @function\n"
"sceBgftServiceIntDownloadQueryTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadQueryTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadRegisterTaskByStorage;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadRegisterTaskByStorage\n"
".type sceBgftServiceIntDownloadRegisterTaskByStorage @function\n"
"sceBgftServiceIntDownloadRegisterTaskByStorage:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadRegisterTaskByStorage]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadRegisterTaskByStorageEx;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadRegisterTaskByStorageEx\n"
".type sceBgftServiceIntDownloadRegisterTaskByStorageEx @function\n"
"sceBgftServiceIntDownloadRegisterTaskByStorageEx:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadRegisterTaskByStorageEx]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadRestartTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadRestartTask\n"
".type sceBgftServiceIntDownloadRestartTask @function\n"
"sceBgftServiceIntDownloadRestartTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadRestartTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadResumeTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadResumeTask\n"
".type sceBgftServiceIntDownloadResumeTask @function\n"
"sceBgftServiceIntDownloadResumeTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadResumeTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadResumeTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadResumeTaskAll\n"
".type sceBgftServiceIntDownloadResumeTaskAll @function\n"
"sceBgftServiceIntDownloadResumeTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadResumeTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadSetResumeState;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadSetResumeState\n"
".type sceBgftServiceIntDownloadSetResumeState @function\n"
"sceBgftServiceIntDownloadSetResumeState:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadSetResumeState]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadSetStartState;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadSetStartState\n"
".type sceBgftServiceIntDownloadSetStartState @function\n"
"sceBgftServiceIntDownloadSetStartState:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadSetStartState]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadStartTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadStartTask\n"
".type sceBgftServiceIntDownloadStartTask @function\n"
"sceBgftServiceIntDownloadStartTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadStartTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadStartTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadStartTaskAll\n"
".type sceBgftServiceIntDownloadStartTaskAll @function\n"
"sceBgftServiceIntDownloadStartTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadStartTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadStopTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadStopTask\n"
".type sceBgftServiceIntDownloadStopTask @function\n"
"sceBgftServiceIntDownloadStopTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadStopTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadStopTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadStopTaskAll\n"
".type sceBgftServiceIntDownloadStopTaskAll @function\n"
"sceBgftServiceIntDownloadStopTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadStopTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadUnregisterTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadUnregisterTask\n"
".type sceBgftServiceIntDownloadUnregisterTask @function\n"
"sceBgftServiceIntDownloadUnregisterTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadUnregisterTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntDownloadUnregisterTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntDownloadUnregisterTaskAll\n"
".type sceBgftServiceIntDownloadUnregisterTaskAll @function\n"
"sceBgftServiceIntDownloadUnregisterTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntDownloadUnregisterTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntExtUsbCheckActiveDownloadTasks;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntExtUsbCheckActiveDownloadTasks\n"
".type sceBgftServiceIntExtUsbCheckActiveDownloadTasks @function\n"
"sceBgftServiceIntExtUsbCheckActiveDownloadTasks:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntExtUsbCheckActiveDownloadTasks]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntGetTaskInfoValueInt;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntGetTaskInfoValueInt\n"
".type sceBgftServiceIntGetTaskInfoValueInt @function\n"
"sceBgftServiceIntGetTaskInfoValueInt:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntGetTaskInfoValueInt]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntGetTaskInfoValueString;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntGetTaskInfoValueString\n"
".type sceBgftServiceIntGetTaskInfoValueString @function\n"
"sceBgftServiceIntGetTaskInfoValueString:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntGetTaskInfoValueString]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntGetTaskInfoValueStringIndex;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntGetTaskInfoValueStringIndex\n"
".type sceBgftServiceIntGetTaskInfoValueStringIndex @function\n"
"sceBgftServiceIntGetTaskInfoValueStringIndex:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntGetTaskInfoValueStringIndex]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntInit;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntInit\n"
".type sceBgftServiceIntInit @function\n"
"sceBgftServiceIntInit:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntInit]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntPlayGoCheckDiscIniChunksInstall;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntPlayGoCheckDiscIniChunksInstall\n"
".type sceBgftServiceIntPlayGoCheckDiscIniChunksInstall @function\n"
"sceBgftServiceIntPlayGoCheckDiscIniChunksInstall:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntPlayGoCheckDiscIniChunksInstall]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntPlayGoFindTaskId;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntPlayGoFindTaskId\n"
".type sceBgftServiceIntPlayGoFindTaskId @function\n"
"sceBgftServiceIntPlayGoFindTaskId:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntPlayGoFindTaskId]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntPlayGoGetDiscIniChunksInstallProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntPlayGoGetDiscIniChunksInstallProgress\n"
".type sceBgftServiceIntPlayGoGetDiscIniChunksInstallProgress @function\n"
"sceBgftServiceIntPlayGoGetDiscIniChunksInstallProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntPlayGoGetDiscIniChunksInstallProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntPlayGoIsPaused;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntPlayGoIsPaused\n"
".type sceBgftServiceIntPlayGoIsPaused @function\n"
"sceBgftServiceIntPlayGoIsPaused:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntPlayGoIsPaused]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntPlayGoResume;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntPlayGoResume\n"
".type sceBgftServiceIntPlayGoResume @function\n"
"sceBgftServiceIntPlayGoResume:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntPlayGoResume]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntPlayGoStartDataDiscInstall;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntPlayGoStartDataDiscInstall\n"
".type sceBgftServiceIntPlayGoStartDataDiscInstall @function\n"
"sceBgftServiceIntPlayGoStartDataDiscInstall:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntPlayGoStartDataDiscInstall]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntSetTaskVisible;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntSetTaskVisible\n"
".type sceBgftServiceIntSetTaskVisible @function\n"
"sceBgftServiceIntSetTaskVisible:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntSetTaskVisible]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntTerm;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntTerm\n"
".type sceBgftServiceIntTerm @function\n"
"sceBgftServiceIntTerm:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntTerm]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadGetAvailableTaskCount;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadGetAvailableTaskCount\n"
".type sceBgftServiceIntUploadGetAvailableTaskCount @function\n"
"sceBgftServiceIntUploadGetAvailableTaskCount:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadGetAvailableTaskCount]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadGetProgress;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadGetProgress\n"
".type sceBgftServiceIntUploadGetProgress @function\n"
"sceBgftServiceIntUploadGetProgress:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadGetProgress]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadGetTaskInfo;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadGetTaskInfo\n"
".type sceBgftServiceIntUploadGetTaskInfo @function\n"
"sceBgftServiceIntUploadGetTaskInfo:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadGetTaskInfo]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadHideTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadHideTask\n"
".type sceBgftServiceIntUploadHideTask @function\n"
"sceBgftServiceIntUploadHideTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadHideTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadQueryTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadQueryTask\n"
".type sceBgftServiceIntUploadQueryTask @function\n"
"sceBgftServiceIntUploadQueryTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadQueryTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadRegisterTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadRegisterTask\n"
".type sceBgftServiceIntUploadRegisterTask @function\n"
"sceBgftServiceIntUploadRegisterTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadRegisterTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadRestartTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadRestartTask\n"
".type sceBgftServiceIntUploadRestartTask @function\n"
"sceBgftServiceIntUploadRestartTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadRestartTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadSetStartState;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadSetStartState\n"
".type sceBgftServiceIntUploadSetStartState @function\n"
"sceBgftServiceIntUploadSetStartState:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadSetStartState]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadSetUploadError;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadSetUploadError\n"
".type sceBgftServiceIntUploadSetUploadError @function\n"
"sceBgftServiceIntUploadSetUploadError:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadSetUploadError]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadStartTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadStartTask\n"
".type sceBgftServiceIntUploadStartTask @function\n"
"sceBgftServiceIntUploadStartTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadStartTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadStartTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadStartTaskAll\n"
".type sceBgftServiceIntUploadStartTaskAll @function\n"
"sceBgftServiceIntUploadStartTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadStartTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadStopTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadStopTask\n"
".type sceBgftServiceIntUploadStopTask @function\n"
"sceBgftServiceIntUploadStopTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadStopTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadStopTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadStopTaskAll\n"
".type sceBgftServiceIntUploadStopTaskAll @function\n"
"sceBgftServiceIntUploadStopTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadStopTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadUnregisterTask;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadUnregisterTask\n"
".type sceBgftServiceIntUploadUnregisterTask @function\n"
"sceBgftServiceIntUploadUnregisterTask:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadUnregisterTask]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceIntUploadUnregisterTaskAll;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceIntUploadUnregisterTaskAll\n"
".type sceBgftServiceIntUploadUnregisterTaskAll @function\n"
"sceBgftServiceIntUploadUnregisterTaskAll:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceIntUploadUnregisterTaskAll]\n");
static __attribute__ ((used)) void* __ptr_sceBgftServiceTerm;
asm(".intel_syntax noprefix\n"
".global sceBgftServiceTerm\n"
".type sceBgftServiceTerm @function\n"
"sceBgftServiceTerm:\n"
"jmp qword ptr [rip + __ptr_sceBgftServiceTerm]\n");
static unsigned short __handle = 0;
static void __attribute__((constructor(104)))
__constructor(void) {
if(sprx_dlopen("libSceBgft", &__handle)) return;
if(sprx_dlsym(__handle, "cDPbXydvmc8", &__ptr_sceBgftServiceDownloadFindActivePatchTask)) return;
if(sprx_dlsym(__handle, "GXm6bV3ivGM", &__ptr_sceBgftServiceDownloadFindActivePupTask)) return;
if(sprx_dlsym(__handle, "Nv5oO486pSE", &__ptr_sceBgftServiceDownloadFindTaskByContentId)) return;
if(sprx_dlsym(__handle, "vSjGf4cBpmU", &__ptr_sceBgftServiceDownloadGetProgress)) return;
if(sprx_dlsym(__handle, "32eFln4+jzc", &__ptr_sceBgftServiceDownloadPauseTask)) return;
if(sprx_dlsym(__handle, "neETvp+lxow", &__ptr_sceBgftServiceDownloadPauseTaskAll)) return;
if(sprx_dlsym(__handle, "ShnEkrw8E8Y", &__ptr_sceBgftServiceDownloadQueryTask)) return;
if(sprx_dlsym(__handle, "zaG6EZmCuxM", &__ptr_sceBgftServiceDownloadResumeTask)) return;
if(sprx_dlsym(__handle, "jQoaqzHYacc", &__ptr_sceBgftServiceDownloadResumeTaskAll)) return;
if(sprx_dlsym(__handle, "9pyartiGi-o", &__ptr_sceBgftServiceDownloadStartTask)) return;
if(sprx_dlsym(__handle, "Q7qj97IDGtU", &__ptr_sceBgftServiceDownloadStartTaskAll)) return;
if(sprx_dlsym(__handle, "KY6RXUXi6ZQ", &__ptr_sceBgftServiceDownloadStopTask)) return;
if(sprx_dlsym(__handle, "9pOesIjMaSk", &__ptr_sceBgftServiceDownloadStopTaskAll)) return;
if(sprx_dlsym(__handle, "WQbIW7cm-Bc", &__ptr_sceBgftServiceInit)) return;
if(sprx_dlsym(__handle, "bCD2orE1y84", &__ptr_sceBgftServiceIntDebugDownloadCorruptPkg)) return;
if(sprx_dlsym(__handle, "yaRL7i-Vkng", &__ptr_sceBgftServiceIntDebugDownloadRequest)) return;
if(sprx_dlsym(__handle, "ttZRFSBzDPQ", &__ptr_sceBgftServiceIntDebugPlayGoClearSetFreeZone)) return;
if(sprx_dlsym(__handle, "y9c6Qx9HKFA", &__ptr_sceBgftServiceIntDebugPlayGoGetPlayGoStatusString)) return;
if(sprx_dlsym(__handle, "D9ZcN1WT7lE", &__ptr_sceBgftServiceIntDebugPlayGoIsPaused)) return;
if(sprx_dlsym(__handle, "OFhg9OV+--M", &__ptr_sceBgftServiceIntDebugPlayGoIsSetFreeZone)) return;
if(sprx_dlsym(__handle, "eZlNO3YnlNE", &__ptr_sceBgftServiceIntDebugPlayGoResume)) return;
if(sprx_dlsym(__handle, "yVg07UrVewU", &__ptr_sceBgftServiceIntDebugPlayGoRevertToFullState)) return;
if(sprx_dlsym(__handle, "3cCvc6gRJdA", &__ptr_sceBgftServiceIntDebugPlayGoRevertToInitialState)) return;
if(sprx_dlsym(__handle, "WLQGuoVmdMQ", &__ptr_sceBgftServiceIntDebugPlayGoRevertToSnapshot)) return;
if(sprx_dlsym(__handle, "Rau9rXhtDUg", &__ptr_sceBgftServiceIntDebugPlayGoSnapshotByTitleId)) return;
if(sprx_dlsym(__handle, "Z6PXTf8fyxI", &__ptr_sceBgftServiceIntDebugPlayGoSuspend)) return;
if(sprx_dlsym(__handle, "-lPT15AV1Ko", &__ptr_sceBgftServiceIntDownloadCheckPatchUpdateState)) return;
if(sprx_dlsym(__handle, "q-kGyQJyDoI", &__ptr_sceBgftServiceIntDownloadClearStats)) return;
if(sprx_dlsym(__handle, "Nbn8bzYVDuk", &__ptr_sceBgftServiceIntDownloadDebugDeleteBgftEnvFile)) return;
if(sprx_dlsym(__handle, "YG5OENZ6-Do", &__ptr_sceBgftServiceIntDownloadDebugDownloadBgftEnvFile)) return;
if(sprx_dlsym(__handle, "r3f8P85Jo2Q", &__ptr_sceBgftServiceIntDownloadDebugGetBgftEnvInfoString)) return;
if(sprx_dlsym(__handle, "HntZzPkuaTo", &__ptr_sceBgftServiceIntDownloadDebugGetStat)) return;
if(sprx_dlsym(__handle, "vnHLgood2LA", &__ptr_sceBgftServiceIntDownloadFindActiveGameAndGameAcTask)) return;
if(sprx_dlsym(__handle, "FwpK7+QxBlg", &__ptr_sceBgftServiceIntDownloadFindActiveTask)) return;
if(sprx_dlsym(__handle, "Lap11plzUDE", &__ptr_sceBgftServiceIntDownloadGetApplicationDataSize)) return;
if(sprx_dlsym(__handle, "uNzuMI2Smqg", &__ptr_sceBgftServiceIntDownloadGetExtUsbUserStorageSize)) return;
if(sprx_dlsym(__handle, "610iwJKrGGo", &__ptr_sceBgftServiceIntDownloadGetGameAndGameAcProgress)) return;
if(sprx_dlsym(__handle, "8raHXYfv3Js", &__ptr_sceBgftServiceIntDownloadGetPatchGoProgress)) return;
if(sprx_dlsym(__handle, "UZoHTWgeI9I", &__ptr_sceBgftServiceIntDownloadGetPatchProgress)) return;
if(sprx_dlsym(__handle, "bTXRAZZgkQk", &__ptr_sceBgftServiceIntDownloadGetPlayGoProgress)) return;
if(sprx_dlsym(__handle, "5txx+w0HYOs", &__ptr_sceBgftServiceIntDownloadGetProgress)) return;
if(sprx_dlsym(__handle, "uDwHwwoT6rg", &__ptr_sceBgftServiceIntDownloadGetTaskInfo)) return;
if(sprx_dlsym(__handle, "r-S1cObIqLw", &__ptr_sceBgftServiceIntDownloadGetUserStorageSize)) return;
if(sprx_dlsym(__handle, "vGMYQNn0X3s", &__ptr_sceBgftServiceIntDownloadHideTask)) return;
if(sprx_dlsym(__handle, "byUP0khjgLA", &__ptr_sceBgftServiceIntDownloadPauseTask)) return;
if(sprx_dlsym(__handle, "mv-JN8Ghvlc", &__ptr_sceBgftServiceIntDownloadPauseTaskAll)) return;
if(sprx_dlsym(__handle, "vVk1SOjVN48", &__ptr_sceBgftServiceIntDownloadQueryTask)) return;
if(sprx_dlsym(__handle, "7FzEsuBrBhg", &__ptr_sceBgftServiceIntDownloadRegisterTaskByStorage)) return;
if(sprx_dlsym(__handle, "nd+0DEOC68A", &__ptr_sceBgftServiceIntDownloadRegisterTaskByStorageEx)) return;
if(sprx_dlsym(__handle, "PrRtLDapA08", &__ptr_sceBgftServiceIntDownloadRestartTask)) return;
if(sprx_dlsym(__handle, "q+pTE+YnGkg", &__ptr_sceBgftServiceIntDownloadResumeTask)) return;
if(sprx_dlsym(__handle, "ekdhK-W0tHo", &__ptr_sceBgftServiceIntDownloadResumeTaskAll)) return;
if(sprx_dlsym(__handle, "DArcuPFT7SU", &__ptr_sceBgftServiceIntDownloadSetResumeState)) return;
if(sprx_dlsym(__handle, "ruS-boGA0zs", &__ptr_sceBgftServiceIntDownloadSetStartState)) return;
if(sprx_dlsym(__handle, "HRDHLMA9Y7s", &__ptr_sceBgftServiceIntDownloadStartTask)) return;
if(sprx_dlsym(__handle, "97UTMR7Tb5s", &__ptr_sceBgftServiceIntDownloadStartTaskAll)) return;
if(sprx_dlsym(__handle, "nosV+8v+A9o", &__ptr_sceBgftServiceIntDownloadStopTask)) return;
if(sprx_dlsym(__handle, "Yv0IsOYIZiA", &__ptr_sceBgftServiceIntDownloadStopTaskAll)) return;
if(sprx_dlsym(__handle, "6irU4d1Gl3c", &__ptr_sceBgftServiceIntDownloadUnregisterTask)) return;
if(sprx_dlsym(__handle, "BYmJ-iMswng", &__ptr_sceBgftServiceIntDownloadUnregisterTaskAll)) return;
if(sprx_dlsym(__handle, "eKQjzNBZIyU", &__ptr_sceBgftServiceIntExtUsbCheckActiveDownloadTasks)) return;
if(sprx_dlsym(__handle, "Nzr1l05aG2k", &__ptr_sceBgftServiceIntGetTaskInfoValueInt)) return;
if(sprx_dlsym(__handle, "b3SquMkPlQc", &__ptr_sceBgftServiceIntGetTaskInfoValueString)) return;
if(sprx_dlsym(__handle, "XfuJkCbToVA", &__ptr_sceBgftServiceIntGetTaskInfoValueStringIndex)) return;
if(sprx_dlsym(__handle, "BZ0olR8Da0g", &__ptr_sceBgftServiceIntInit)) return;
if(sprx_dlsym(__handle, "H7rjk3Sc1xI", &__ptr_sceBgftServiceIntPlayGoCheckDiscIniChunksInstall)) return;
if(sprx_dlsym(__handle, "-6dHxuyIr7A", &__ptr_sceBgftServiceIntPlayGoFindTaskId)) return;
if(sprx_dlsym(__handle, "wLzJUeJqDxQ", &__ptr_sceBgftServiceIntPlayGoGetDiscIniChunksInstallProgress)) return;
if(sprx_dlsym(__handle, "X7DvbKq4Mds", &__ptr_sceBgftServiceIntPlayGoIsPaused)) return;
if(sprx_dlsym(__handle, "+zhBPmxiRGE", &__ptr_sceBgftServiceIntPlayGoResume)) return;
if(sprx_dlsym(__handle, "nRCHIYfyAMA", &__ptr_sceBgftServiceIntPlayGoStartDataDiscInstall)) return;
if(sprx_dlsym(__handle, "6V1vy4M8Yb4", &__ptr_sceBgftServiceIntSetTaskVisible)) return;
if(sprx_dlsym(__handle, "ODC4-mOiwl0", &__ptr_sceBgftServiceIntTerm)) return;
if(sprx_dlsym(__handle, "ZGx1vjA0Jwc", &__ptr_sceBgftServiceIntUploadGetAvailableTaskCount)) return;
if(sprx_dlsym(__handle, "8l9+nBL1Ps0", &__ptr_sceBgftServiceIntUploadGetProgress)) return;
if(sprx_dlsym(__handle, "dEvJ2GWePUs", &__ptr_sceBgftServiceIntUploadGetTaskInfo)) return;
if(sprx_dlsym(__handle, "ZmIeGweZvDU", &__ptr_sceBgftServiceIntUploadHideTask)) return;
if(sprx_dlsym(__handle, "Tow5SoK0MRg", &__ptr_sceBgftServiceIntUploadQueryTask)) return;
if(sprx_dlsym(__handle, "lWFb4eL7Igk", &__ptr_sceBgftServiceIntUploadRegisterTask)) return;
if(sprx_dlsym(__handle, "ZlLJEi8RMBs", &__ptr_sceBgftServiceIntUploadRestartTask)) return;
if(sprx_dlsym(__handle, "xfqpXSahYAE", &__ptr_sceBgftServiceIntUploadSetStartState)) return;
if(sprx_dlsym(__handle, "HMv4KFyL5os", &__ptr_sceBgftServiceIntUploadSetUploadError)) return;
if(sprx_dlsym(__handle, "DxgcfMpudms", &__ptr_sceBgftServiceIntUploadStartTask)) return;
if(sprx_dlsym(__handle, "GjZepmfthqc", &__ptr_sceBgftServiceIntUploadStartTaskAll)) return;
if(sprx_dlsym(__handle, "wEI22DiMH6U", &__ptr_sceBgftServiceIntUploadStopTask)) return;
if(sprx_dlsym(__handle, "ePQRjogCEOk", &__ptr_sceBgftServiceIntUploadStopTaskAll)) return;
if(sprx_dlsym(__handle, "vNMe+-hRAFU", &__ptr_sceBgftServiceIntUploadUnregisterTask)) return;
if(sprx_dlsym(__handle, "YwFH1M34TWM", &__ptr_sceBgftServiceIntUploadUnregisterTaskAll)) return;
if(sprx_dlsym(__handle, "8P9BlyDO4xE", &__ptr_sceBgftServiceTerm)) return;
}
static void __attribute__((destructor(104)))
__destructor(void) {
sprx_dlclose(__handle);
}