Ossian
Ossian
commit c42bb2e0beb00f51b13a9482641fbeda0e2c4dba里 把上一条修改fnOffset的地方回退了 " fnOffset:", ptr(fnPtr_ptr).sub(find_module.base) 现在: " fnOffset:", symbol,
[Action Job](https://github.com/Ossianaa/node-libcurl/actions/runs/11645940539/job/32429497888)
**Is your feature request related to a problem? Please describe.** Before requesting, add `PRIORITY_UPDATE` just like in a real browser.
**Describe the bug** I can basically rule out the possibility that it's an issue with the `https://fp.impersonate.pro/api/http3`API, because it works fine on Chrome 140. **To Reproduce** ```go func main() {...
**To Reproduce** ```golang package main import ( "fmt" "github.com/Noooste/azuretls-client" ) func main() { session := azuretls.NewSession() defer session.Close() var ja3 = "771,4865-4866-4867-49195-49199-49196-49200-52393-52392-49171-49172-156-157-47-53,0-65281-27-18-51-43-5-17513-65037-16-11-45-10-35-23-13,25497-29-23-24,0" if err := session.ApplyJa3(ja3, azuretls.Chrome); err != nil...
#286