You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xerox
de23b321ce
|
4 years ago | |
---|---|---|
.. | ||
ligma | 4 years ago | |
README.md | 4 years ago | |
ligma.sln | 4 years ago |
README.md
build scripts
First things first, to get this compiling/working for you, you are going to need to fix these build scripts:
adb logcat -c
adb push C:\Users\%USERNAME%\source\repos\ligma\ARM\Release\libligma.so /data/app/com.activision.callofduty.shooter-1/lib/arm/libligma.so
start cmd /k "title 'ligma filter' & adb logcat | findstr ligma"
start cmd /k "title 'codm logs' & adb logcat | findstr com.activision.callofduty.shooter"
start cmd /k "title 'all logs' & adb logcat"
adb shell am start -n com.activision.callofduty.shooter/com.tencent.tmgp.cod.PermissionGrantActivity
just change C:\Users\%USERNAME%\source\repos\ligma\ARM\Release\libligma.so
to the path of your repo. Also change adb
to whatever adb
your emulator is using.