806854015

Results 7 comments of 806854015

> Hi, you could probably do something like this. > > **main.go** > > ```go > package main > > /* > extern void intercept(void); > > __attribute__((constructor)) > static...

> ```shell > buildmode=c-shared > ``` If I put frida encapsulated into a dynamic library, through localDev. Attach (OS) Getpid (), nil) monitoring pid will appear this mistake:FError: Unable to...

FError: Unable to handle 32-bit processes due to build configuration > What is the error you get FError: Unable to handle 32-bit processes due to build configuration

> FError: Unable to handle 32-bit processes due to build configuration System used is centos 64-bit go environment 64-bit, when getting a 32-bit process will prompt "Unable to handle 32-bit...

> This is caused by Frida's CI no longer building 64-bit Linux binaries with cross-arch (32-bit) support. It is possible to do this yourself, and generate a devkit to use...

> **目前在 64 位上可以正常使用,但切换到 32 位后出现了相关库问题,frida-core mingw devkit 的构建是** > > 构建:运行时间:ubuntu-latest 步骤:名称:签出仓库使用:作/checkout@v4 - 名称:安装python3.11使用:作/设置-python@v5与:python版本:'3.11' - 名称:安装必要的软件包运行:sudo apt update & sudo apt install -y golang nodejs npm git g++-mingw-w64-i686 gcc-mingw-w64-i686...

I compiled the 32-bit version of frida-go on windows but failed after various attempts. It kept indicating that the frida library was missing relevant functions. I also tried multiple versions...