Giter VIP home page Giter VIP logo

Comments (4)

LIJI32 avatar LIJI32 commented on August 16, 2024

Can you explain what you're trying to do? dyld_images.h is an SDK-provided header file, so something must be wrong with your compilation flags. Also, the payload file is not compiled as-is as a regular source file, make sure you read the relevant parts of the Makefile so you add it properly.

from mip.

ccp10841054 avatar ccp10841054 commented on August 16, 2024

Explain what i want to do
1、first I developer kernel extension we call "feng.kext" and dynamic library we call "hook.dylib"
2、second inject hook.dylib into an application(such as safari) when application open(feng.kext register event to listener application open)

about inject i want cop MIP to use,what should I do

"the payload file is not compiled as-is as a regular source file.""
i know,it is injected_xxx.c.dylib,but inject source file use it. i want to directly use it

from mip.

LIJI32 avatar LIJI32 commented on August 16, 2024

Ah, I see. Can you show me the exact clang invocation you're using to compile the payload file?

from mip.

ccp10841054 avatar ccp10841054 commented on August 16, 2024

Ah, I see. Can you show me the exact clang invocation you're using to compile the payload file?

I found reason

dyld_images.h in /usr/include/match-o;not in Kernel/match-o

because i use src in kext,so found match-o/dyld_images in Kernel not in /usr/include.so can't found it

from mip.

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.