TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Frida 15 Is Out

13 点作者 oleavr将近 4 年前

1 comment

lioeters将近 4 年前
It sounds like a kind of black magic:<p>&gt; ...It’s a dynamic code instrumentation toolkit. It lets you inject snippets of JavaScript or your own library into native apps on Windows, macOS, GNU&#x2F;Linux, iOS, Android, and QNX.<p>&gt; ...Frida’s core is written in C and injects QuickJS into the target processes, where your JS gets executed with full access to memory, hooking functions and even calling native functions inside the process.<p>&gt; There’s a bi-directional communication channel that is used to talk between your app and the JS running inside the target process.<p>Here&#x27;s a description of the architecture:<p><a href="https:&#x2F;&#x2F;frida.re&#x2F;docs&#x2F;hacking&#x2F;" rel="nofollow">https:&#x2F;&#x2F;frida.re&#x2F;docs&#x2F;hacking&#x2F;</a><p>And the source:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;frida&#x2F;frida" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;frida&#x2F;frida</a><p>---<p>Apparently using &quot;wxWindows Library Licence, Version 3.1&quot;:<p>&gt; This is essentially the LGPL, with an exception stating that derived works in binary form may be distributed on the user&#x27;s own terms. This is a solution that satisfies those who wish to produce GPL&#x27;ed software using Frida, and also those producing proprietary software.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;frida&#x2F;frida&#x2F;blob&#x2F;master&#x2F;COPYING" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;frida&#x2F;frida&#x2F;blob&#x2F;master&#x2F;COPYING</a>