Sergio Paganoni
Sergio Paganoni
@the-felipeal thanks a lot, auto-update was disabled :) Updating chrome solved the issue. Can you disclose any timeline for chrome autofill service support?
@tux1c works perfectly! thanks
More then 1 year later... Sorry for that. I published the package with a small CLI utility (as u suggested), you can find it here: https://github.com/geeksonsecurity/illuminatejs/packages Can u try it...
Any chance to get a minimal version of the JS causing the same error?
**UPDATE**: I tested the same scenario on a ubuntu VM and there it works as intended (FD accessible from target process): ``` $ frida --version 12.7.6 $ lsb_release -a No...
Hey @hailnick, it looks like the format must match the one returned by the CTL list (-l) ``` > python3 -m axeman.core -l Found 48 CTLs... Google 'Argon2019' log \-...
> Interesting. What would be the difference of StackWalker vs using StackWalkEx function from Windows, https://docs.microsoft.com/en-us/windows/win32/api/dbghelp/nf-dbghelp-stackwalkex?redirectedfrom=MSDN (In general, I'm trying to keep the number of third-party dependencies in TinyInst small...
`StackWalker` only offer a way to print/show the callstack via its main function `BOOL ShowCallstack(...)` I guess we should at least add a new public method like ```cpp string GetCallstack(...);...
Its waiting some love from the community :wink:
Hello, I'm experiencing the exact same issue. I tested openai from version `0.27.2` down to `0.25.0` thinking that was maybe an API change causing the issue. (curl example worked)