7LH0rse

Results 9 issues of 7LH0rse

I am using SwiftOCR. When I imported 'SwiftOCR' Xcode said there's an error in the framework. And I went to SwiftOCR.xcodeproj and have a look, I saw there's a function...

In page 211, Makefile, there's a line of code: ```makefile DISK_IMG=disk.img ``` According to Figure 7.7.4, disk.img should be in `build/`. Using this wrong path would cause disk.img generated in...

I'm now trying to hook an app using `MonkeyAppMac`. The `.m` code is as follows: 我正在用MonkeyAppMac hook一个软件,下面是代码 ```objc #import "MBTweak.h" #import "substrate.h" @class MBInputLicenseViewController; static void (*orig_activateClick)(MBInputLicenseViewController*, SEL, void *);...

如题,运行`test.py`后,会出现错误: ```bash Traceback (most recent call last): File "/Users/MaTianlai/Downloads/ASRT_v0.6.1/test.py", line 35, in r = ms.RecognizeSpeech_FromFile('/Users/MaTianlai/Downloads/ASRT_v0.6.1/resources/test.wav') File "/Users/MaTianlai/Downloads/ASRT_v0.6.1/SpeechModel251.py", line 380, in RecognizeSpeech_FromFile r = self.RecognizeSpeech(wavsignal, fs) File "/Users/MaTianlai/Downloads/ASRT_v0.6.1/SpeechModel251.py", line 365, in...

My installation: ```bash brew install pcre brew install swig ``` then I followed #28: ```bash git clone --recursive https://github.com/bambocher/pocketsphinx-python cd pocketsphinx-python ``` Edit file pocketsphinx-python/deps/sphinxbase/src/libsphinxad/ad_openal.c Change ```objc #include #include ```...

I tried to write a swizzle demo: - First, I defined a `class` which is called `MyClass` with some functions; - Then, I defined another `class` which is called `MyClassHook`....

I wrote the code: ```swift class MyClass { @objc func origA() { print(#function) } @objc func origB(_ arg1: Bool) { print(#function) } } class MyClassHook { @objc func myA() {...

I hope `pef` can list dependencies of a package, but not directly removing them.

Just build `ZKSwizzle.h` and `ZKSwizzle.m`, then in `ZKSwizzle.m`, at line 293, there're 2 errors: ``` 'retain' is unavailable: not available in automatic reference counting mode ARC forbids explicit message send...