GithubHelp home page GithubHelp logo

iOS 14.5 crashed about fishhook HOT 13 OPEN

facebook avatar facebook commented on April 20, 2024 1
iOS 14.5 crashed

from fishhook.

Comments (13)

maniackk avatar maniackk commented on April 20, 2024 5

When will the crash be fixed?

I used #84 code and it worked.But it's not merged into the main branch,so can I use it?

you can use it !

crash reason:

  1. int mprotect(void *address, size_t size, int protect); function Require address alignment at all iOS version(Not only iOS 14.5). apple doc
  2. The memory mapped to the __DATA_CONST section is readable and writable before iOS 14.5; but in iOS 14.5 maybe readwrite,maybe readonly。

from fishhook.

kaspesla avatar kaspesla commented on April 20, 2024 2

Thanks for the fix!! In case anyone else is using fishhook on the Mac, you will need this fix for macOS 12.

from fishhook.

leirenbaobao avatar leirenbaobao commented on April 20, 2024 1

I suppose write to a read-only address. https://stackoverflow.com/questions/19741409/whats-the-difference-between-code-1-and-code-2-in-exc-bad-access

from fishhook.

cfxiao avatar cfxiao commented on April 20, 2024

image

from fishhook.

cfxiao avatar cfxiao commented on April 20, 2024

Hook fsync also crashes.

from fishhook.

feikang avatar feikang commented on April 20, 2024

have the same problem. I can reproduce the crash with iPhone Xs and OS version 14.5(18E5140j) beta. but iPhone 7 can't reproduce it.

from fishhook.

leirenbaobao avatar leirenbaobao commented on April 20, 2024

@cfxiao can you supply detail codes? which func been hooked?

from fishhook.

biosli avatar biosli commented on April 20, 2024

@leirenbaobao it seems that he hook the dispatch_sync.
And I try to hook malloc / realloc get same crash report.

I'm pretty sure the iOS 14.5 beta at newer phones such as iPhoneXs, has change the memory offset of core library.

from fishhook.

leirenbaobao avatar leirenbaobao commented on April 20, 2024

@biosli I tested some funcs. some crashes. what puzzle me is that even offset changed normal dynamic binding still work without hook.maybe it's nothing to do with offset.

from fishhook.

maniackk avatar maniackk commented on April 20, 2024

I found some case that vm_protect return KERN_SUCCESS , but memory don't set VM_PROT_WRITE success. like mprotect method

oldProtection = get_protection(rebindings); is wrong, It save struct rebindings_entry *rebindings memory protection. We should save section protection.

I commit code that oldProtection = get_protection((void *)trunc_address);.

and I found a problem when program set same section protection in multithread(iOS 14.5).

https://github.com/facebook/fishhook/pull/84/files

from fishhook.

maniackk avatar maniackk commented on April 20, 2024

@leirenbaobao it seems that he hook the dispatch_sync.
And I try to hook malloc / realloc get same crash report.

I'm pretty sure the iOS 14.5 beta at newer phones such as iPhoneXs, has change the memory offset of core library.

#84 fix bug

from fishhook.

daybreak1024 avatar daybreak1024 commented on April 20, 2024

When will the crash be fixed?

I used #84 code and it worked.But it's not merged into the main branch,so can I use it?

from fishhook.

d6638219 avatar d6638219 commented on April 20, 2024

iOS15 crash

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.