Skip to content

This is an iOS hotfix framework that doesn't rely on any other language engine. It parses json files and uses the runtime to perform hot fixes. However, it also has many limitations.

License

intMax/InstructionPatch

Repository files navigation

InstructionalPatch

This is an iOS hotfix framework that doesn't rely on any other language engine. It parses json files and uses the runtime to perform hot fixes. However, it also has many limitations.

Usage

#import <IPIntructionPatcher/IPIntructionPatcher.h>

// use you own `json to model` tool
IPIntructionModel *model = ...
// start engine
[IPIntructionPatcher run:model];


// stop engine
[IPIntructionPatcher stop];

更多用法

框架介绍

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

InstructionalPatch is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'InstructionPatch'

Author

intMax

License

InstructionPatch is available under the MIT license. See the LICENSE file for more info.

About

This is an iOS hotfix framework that doesn't rely on any other language engine. It parses json files and uses the runtime to perform hot fixes. However, it also has many limitations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published