MASTG-TEST-0046 アンチデバッグ検出のテスト (Testing Anti-Debugging Detection)
デバッガ検出のバイパス
バイパスの例: UnCrackable App for Android Level 2
package sg.vantagepoint.uncrackable2;
public class CodeCheck {
public CodeCheck() {
super();
}
public boolean a(String arg2) {
return this.bar(arg2.getBytes());
}
private native boolean bar(byte[] arg1) {
}
}
static {
System.loadLibrary("foo");
}有効性評価
PreviousMASTG-TEST-0045 ルート検出のテスト (Testing Root Detection)NextMASTG-TEST-0047 ファイル完全性チェックのテスト (Testing File Integrity Checks)
Last updated