libfuzzer

all I need to know about libfuzzer

    LLVMFuzzerTestOneInput: fuzzing target
    LLVMFuzzerInitialize: initialization function to access argc and argv
    LLVMFuzzerCustomMutator: user-provided custom mutator
    LLVMFuzzerCustomCrossOver: user-provided custom cross-over function

In the above functions, only the LLVMFuzzerTestOneInput is necessary to be implemented for any fuzzing programs. This function takes a buffer and the buffer length as input, it is the target to be fuzzed again and again. When the users want to finish some initialization job with argc and argv parameters, they also need to implement LLVMFuzzerInitialize. With LLVMFuzzerCustomMutator and LLVMFuzzerCustomCrossOver, the users can also change the behaviors of producing input buffer with one or two old input buffers.

https://blog.netbsd.org/tnf/entry/gsoc_2018_reports_integrate_libfuzzer1

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請(qǐng)聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時(shí)請(qǐng)結(jié)合常識(shí)與多方信息審慎甄別。
平臺(tái)聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點(diǎn),簡(jiǎn)書系信息發(fā)布平臺(tái),僅提供信息存儲(chǔ)服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • rljs by sennchi Timeline of History Part One The Cognitiv...
    sennchi閱讀 7,857評(píng)論 0 10
  • ?我時(shí)常數(shù)著肚子上的褶兒,就像在端詳著一棵古木的年輪。如果過說10年前的我是一臺(tái)iPhone7,那么今天的我無疑是...
    白河之子閱讀 747評(píng)論 0 4
  • 七月 是一場(chǎng)感冒 是一陣被冠以美名的臺(tái)風(fēng) 是一條通向你的冒著蒸蒸日氣的泊油馬路 是一節(jié)你走過的樓梯 是一只受傷的土...
    諸小禾閱讀 287評(píng)論 0 1
  • 百般聊賴的午后 招惹上一張紙 我奮力施展 把自己所有的青春都賭上 編制了一個(gè)粉紅色的夢(mèng) 起風(fēng)了,不在潔白的白紙隨風(fēng)...
    一個(gè)酒窩半壺酒閱讀 468評(píng)論 0 5
  • 當(dāng)你不能決定命運(yùn)的時(shí)候,當(dāng)你開始用攻擊別人來維護(hù)自己的時(shí)候,當(dāng)你被逼無奈還要假裝義無反顧的時(shí)候....... ...
    Delphine_han閱讀 313評(píng)論 0 0

友情鏈接更多精彩內(nèi)容