Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
This is a good place for [[User:Haixinshi]] to discuss his progress [[User:Podehaye|Podehaye]] ([[User talk:Podehaye|talk]])
 
This is a good place for [[User:Haixinshi]] to discuss his progress [[User:Podehaye|Podehaye]] ([[User talk:Podehaye|talk]])
== 8.4([[Item:Q1185|Le Temps]]) ==
+
== 8.5([[Item:Q1185|Le Temps]], [[Item:Q5452|Watson Actu]]) ==
 
=== Progress: ===
 
=== Progress: ===
# Find the way to show the price of ads in Le Temps. [https://github.com/appnexus/mobile-sdk-android/blob/10897bb76706e1df00778750a7a214f3b172fde8/sdk/src/com/appnexus/opensdk/AdWebView.java#L266 Here] is a good place to inject price!
+
# Optimize dynamic hooking scripts, now it can hook functions in batch and support filtering. I used Python scripts to retrieve class name(with package names) from path of files in decompile folders. In this case, I can get the class names in batch and hook classes in batch(in specific directories). I believe Frida-Server can support the same competence as the framework I used in ByteDance and my ex-leader told me they also use Frida now :)
 +
# Google Ad still looks difficult. I hooked ALL functions that involves string related to “bid”, “currency” and “rtb”, but they are not called.
 +
# Analyze the Tencent SDK and VK SDK in Watson Actu, which was proposed by MP. The following functions in Tencent SDK are called. But no function in VK SDK is called.
 +
* com.tencent.wxop.stat.common.StatLogger@7f01327----#setDebugEnable is called, and the parameters are:
 +
false
 +
* StatSpecifyReportedInfo [appKey=null, installChannel=null, version=null, sendImmediately=false, isImportant=false]----#toString is called, and the parameters are:
 +
No Paramters!
 +
* StatSpecifyReportedInfo [appKey=null, installChannel=null, version=null, sendImmediately=false, isImportant=false]----#setAppKey is called, and the parameters are:
 +
A9VH9B8L4GX4
 +
=== Questions: ===
 +
# Should I continue working on Google Ad? Or we should set it as long term goal and we first try more practical tasks.
 +
=== Plans: ===
 +
# Analyze ads in other apps that are not so complicated.
 +
# Continue to work on Tencent SDK and VK SDK.
    +
== 8.4([[Item:Q1185|Le Temps]], [[Item:Q5452|Watson Actu]]) ==
 +
=== Progress: ===
 +
# Find the way to show the price of ads in Le Temps. [https://github.com/appnexus/mobile-sdk-android/blob/10897bb76706e1df00778750a7a214f3b172fde8/sdk/src/com/appnexus/opensdk/AdWebView.java#L266 Here] is a good place to inject prices of ads!
 +
# Share and discuss the effects of showing ads in Hestia-Eyeballs Group.
 
=== Questions: ===
 
=== Questions: ===
 
+
No
 
=== Plans: ===
 
=== Plans: ===
 
+
# Optimize Scripts that apply Frida-Server API
 
+
# Analyze Google Ads in Watson Actu.
 
== 8.3([[Item:Q1185|Le Temps]]) ==
 
== 8.3([[Item:Q1185|Le Temps]]) ==
 
=== Progress: ===
 
=== Progress: ===
26

edits

Navigation menu