Skip to content

Instantly share code, notes, and snippets.

View harlos0517's full-sized avatar
🏠
Working from home

Harlos harlos0517

🏠
Working from home
View GitHub Profile
/* Problem 1 */
#include <stdio.h>
#include <stdlib.h>
int main(){
// while 內的程式碼請再原大括號裏面排序喔!
/*請排序*/ if(a < b){
c = a;
a = b;
b = c;
}
/* Problem 2 */
#include <stdio.h>
#include <stdlib.h>
int main(){
/*請排序*/ i = i-1;
/*請排序*/ scanf("%d", &i);
/*請排序*/ i = i/9;
/*請排序*/ printf("%d", i);
/*請排序*/ i = i-32;
/* Problem 3 */
#include <stdio.h>
#include <stdlib.h>
int main(){
// while 內的程式碼請再原大括號裏面排序喔!
/*請排序*/ printf("%d", fib);
/*請排序*/ while( i<=n ){
/*請排序*/ a = b;
/*請排序*/ fib = a+b;

Cytus 2 chart dump

Explains how to dump decrypted chart data from Cytus 2.

Requirements

  • Rooted android device (or emulator) capable of running GameGuardian
  • IDA Pro 7.0+
  • RoslynPad or LinqPad for .csx scripts

Steps

  1. Dump libil2cpp from memory (.so in apk is packed) and open it in IDA Pro. You can use something like GameGuardian for this. Keep in mind that there are 2 memory regions that make up the full binary.