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ề NativePocAsserter đảm bảo PoC đã thoát bằng mã đã cho.

static NativePocAsserter assertNotExitCode(int badExitCode)

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

static NativePocAsserter assertNotVulnerableExitCode()

Trả về 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

Mã xác nhậnExit

public static NativePocAsserter assertExitCode (int exitCode)

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

Tham số
exitCode int

Giá trị trả về
NativePocAsserter

khẳng địnhNotExitCode

public static NativePocAsserter assertNotExitCode (int badExitCode)

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

Tham số
badExitCode int

Giá trị trả về
NativePocAsserter

xác nhậnNotVulnerableExitCode

public static NativePocAsserter assertNotVulnerableExitCode ()

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

Giá trị trả về
NativePocAsserter