halloworld
halloworld
Besides, I refer this solution: https://github.com/googleprojectzero/SkCodecFuzzer/issues/4#issuecomment-644492382 but cannot found the clang 
Thanks your reply, I success build the previous process (poiniting my rootfs as you said). However I got the failed on the linker. Sorry to bother you🙇 
這邊改用getSettings()作為source,但call stack, call details的輸出都是空的 - 規則 ``` { "WebView": { "SliceMode": true, "traceDepth": 8, "desc": { "name": "Webview setAllowFileAccess", "category": "webview", "detail": "Webview setAllowFileAccess(true) and loadurl", "wiki": "", "possibility": "4",...
不好意思,我用以下此圖來說明好了 我預期想要的行為是從webview宣告object開始定位 並追蹤 webView.getSettings().setAllowFileAccess(true); webView.loadUrl("file:///android_asset/registration.html"); 預期是想要 sink 紅框中這幾個 method,並在輸出的html看到 
好,那我想要請教兩個問題 1. sink 的部分是只要符合其中一條 result.json 出現嗎 2. sink 的 TaintCheck 是不是不能寫 return
針對第一點詢問 所以假設sink設定三項規則,輸出的部分會是同時有經過這三項規則的才會輸出嗎 因為自己實驗下來的結果是有符合兩項的結果就輸出了 ``` { "WebView": { "SliceMode": true, "traceDepth": 8, "desc": { "name": "Webview setAllowFileAccess", "category": "webview", "detail": "Webview setAllowFileAccess(true) and loadurl", "wiki": "", "possibility": "4", "model": "middle" },...
好的,謝謝您的回覆 因為個人的需求是想要sink到所有的路徑去偵測webview,確實有做設定的行為以及loadurl 如果我想要新增這項需求會建議從哪個部分的code下手
@jinhojun Excuse me, does you have any contact ? I'm using the harnessgen for a pictureViewer, but cannot collect any method logs.
@jinhojun, I tidy up my problem, and send email to you. Thanks.
@jinhojun Is there any follow up with harness generating code?