GithubHelp home page GithubHelp logo

Comments (5)

draveness avatar draveness commented on April 26, 2024 1

I don't know that either. But after this pull request is merged, we will ship to the latest version of fishhook. But currently, we iterate all the images loaded by dyld and use regex to get the specific images by name. Ultimately use rebind_symbol_images method to solve this problem temporarily.

from fishhook.

draveness avatar draveness commented on April 26, 2024

Update: Crash on iPad 2 Simulator which is 32 bits. And works fine on other 64 bits simulator.

from fishhook.

draveness avatar draveness commented on April 26, 2024

It seems like when using fishhook to rebind symbols in all images on 32-bits simulator finally bind connect function to libsystem_sim_kernel.lib. And when using 64-bits finally bind to libsystem_kernel.dylib and the function imp of connect in libsystem_sim_kernel.lib may don't related to networking.

So when new_connect is being called, it doesn't return the correct result to the upper layer. This may lead to infinite looping problem.

I fixed this problem by using rebind_symbols_image function to change specific function imp in libsystem_network.dylib. Questions seem to be solved.

Only puzzle remains now, does the connect function in libsystem_kernel.dylib has the same function as which in libsystem_network.dylib, when using 64-bits simulator with rebind_symbols. Fishhook rebinds all the symbols in images and coincidently bind function in libsystem_kernel.dylib to our origianl_connect function pointer which has the same implementation. So all the code works fine?

I don't quite believe in fortune or coincidence. But really thanks feeding some info on this lib's usage.

πŸ‘

from fishhook.

kastiglione avatar kastiglione commented on April 26, 2024

The solution here may be to support for mach-o's two-level namespaces. When rebinding a symbol, fishhook should first check to see if that symbol refers to a specific library. If there is a specific library, fishhook should not rebind symbols of the same name that are bound to other libraries.

from fishhook.

kastiglione avatar kastiglione commented on April 26, 2024

I don't know if helps the problem you're hitting, but I put up a pull request (#34) to support two-level namespaces. If there are multiple functions named connect as you suggest, then the new code would allow the rebinding of only symbols from a specified library.

from fishhook.

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.