NativePocStatusAsserter

public class NativePocStatusAsserter
extends Object

java.lang.Object
   ↳ com.android.sts.common.NativePocStatusAsserter


Tóm tắt

Hàm khởi tạo công khai

NativePocStatusAsserter()

Phương thức công khai

static NativePocAsserter assertExitCode(int exitCode)

Trả về một NativePocAsserter đảm bảo PoC thoát bằng mã đã cho.

static NativePocAsserter assertNotExitCode(int badExitCode)

Trả về một NativePocAsserter đảm bảo PoC không thoát bằng mã đã cho.

static NativePocAsserter assertNotVulnerableExitCode()

Trả về một NativePocAsserter đảm bảo PoC không thoát bằng mã 113.

Hàm khởi tạo công khai

NativePocStatusAsserter

public NativePocStatusAsserter ()

Phương thức công khai

assertExitCode

public static NativePocAsserter assertExitCode (int exitCode)

Trả về một NativePocAsserter đảm bảo PoC thoát bằng mã đã cho.

Tham số
exitCode int

Giá trị trả về
NativePocAsserter

assertNotExitCode

public static NativePocAsserter assertNotExitCode (int badExitCode)

Trả về một NativePocAsserter đảm bảo PoC không thoát bằng mã đã cho.

Tham số
badExitCode int

Giá trị trả về
NativePocAsserter

assertNotVulnerableExitCode

public static NativePocAsserter assertNotVulnerableExitCode ()

Trả về một NativePocAsserter đảm bảo PoC không thoát bằng mã 113.

Giá trị trả về
NativePocAsserter