NativePocMallocDebugAsserter

public class NativePocMallocDebugAsserter
extends Object implements NativePocAsserter

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


ملخّص

الطرق العامة

static NativePocAsserter assertNoMallocDebugErrorOnPoc(String options)

تُرجِع هذه الدالة NativePocAsserter التي تُرفِق تصحيح أخطاء libc malloc بنموذج PoC وتتحقّق من أي خطأ تصحيح أخطاء malloc أثناء تشغيل نموذج PoC.

static NativePocAsserter assertNoMallocDebugErrorOnService(String options, String service)

تُرجِع هذه الدالة NativePocAsserter التي تُرفِق تصحيح أخطاء libc malloc بخدمة قبل تنفيذ اختبار نظرية الاختراق ويبحث عن أي خطأ في تصحيح أخطاء malloc في تلك الخدمة أثناء تنفيذ اختبار نظرية الاختراق.

AutoCloseable withAutoCloseable(NativePoc nativePoc, ITestDevice device)

يتمّ استدعاؤه قبل تنفيذ دليل إثبات المفهوم، ويعرِض عنصر AutoCloseable الذي يتمّ إغلاقه بعد انتهاء دليل إثبات المفهوم.

الطرق العامة

assertNoMallocDebugErrorOnPoc

public static NativePocAsserter assertNoMallocDebugErrorOnPoc (String options)

تُرجِع هذه الدالة NativePocAsserter التي تُرفِق تصحيح أخطاء libc malloc بنموذج PoC وتتحقّق من أي خطأ تصحيح أخطاء malloc أثناء تشغيل نموذج PoC.

المعلمات
options String

المرتجعات
NativePocAsserter

assertNoMallocDebugErrorOnService

public static NativePocAsserter assertNoMallocDebugErrorOnService (String options, 
                String service)

تُرجِع هذه الدالة NativePocAsserter التي تُرفِق تصحيح أخطاء libc malloc بخدمة قبل تنفيذ اختبار نظرية الاختراق ويبحث عن أي خطأ في تصحيح أخطاء malloc في تلك الخدمة أثناء تنفيذ اختبار نظرية الاختراق.

المعلمات
options String

service String

المرتجعات
NativePocAsserter

withAutoCloseable

public AutoCloseable withAutoCloseable (NativePoc nativePoc, 
                ITestDevice device)

يتمّ استدعاؤه قبل تنفيذ دليل إثبات المفهوم، ويعرِض عنصر AutoCloseable الذي يتمّ إغلاقه بعد انتهاء دليل إثبات المفهوم.

المعلمات
nativePoc NativePoc

device ITestDevice

المرتجعات
AutoCloseable

عمليات الرمي
DeviceNotAvailableException
TimeoutException
ProcessUtil.KillException