GithubHelp home page GithubHelp logo

libffi not found about frida-website HOT 9 CLOSED

frida avatar frida commented on July 26, 2024
libffi not found

from frida-website.

Comments (9)

karltk avatar karltk commented on July 26, 2024

Which version of frida are you running?

$ pip freeze | grep frida

(for example)

from frida-website.

mwcz avatar mwcz commented on July 26, 2024
$ pip freeze | grep frida
frida==1.0.5

from frida-website.

karltk avatar karltk commented on July 26, 2024

Thx! We've found the problem. It's a bug with our build system. The build picks up and links to the dynamic libffi.so on the CI server instead of the libffi.a that's available in our build environment. It will be fixed in the next release.

If you have a libffi.so.5 lying around (say, from a custom gcc toolchain), you can probably try LD_LIBRARY_PATH=<path-to-directory-containing-libffi.so.5>, otherwise you can watch a couple of episodes of Aeon Flux (the cartoon) while we fix this.

from frida-website.

freddyb avatar freddyb commented on July 26, 2024

For the record, this also applies to Ubuntu 13.10 machines, as libffi is provided as libffi.so.6

from frida-website.

oleavr avatar oleavr commented on July 26, 2024

@mwcz @freddyb Could you try frida==1.0.6 and see if it works for you? Just published it here: https://pypi.python.org/pypi/frida

from frida-website.

freddyb avatar freddyb commented on July 26, 2024

Sorry for the delay. Tried 1.0.9 now and it works.

from frida-website.

oleavr avatar oleavr commented on July 26, 2024

@freddyb Awesome!

Thanks a lot for your help guys!

from frida-website.

mwcz avatar mwcz commented on July 26, 2024

I tried it as well and it worked, just forgot to mention it here. Well done, and thanks!

from frida-website.

oleavr avatar oleavr commented on July 26, 2024

Thanks, glad to hear! Don't hesitate to let me know if you run into other bugs :)

from frida-website.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.