@tkmru

Results 33 issues of @tkmru

A modern replacement for `ln`.

Fast enough for targeting iOS apps on Apple Silicon mac, but slower search speed for targeting iOS apps on iPhone.

# Description I found duplicate links in the JSON and removed them. ## Type of change Select the relevant option(s): - [x] Bug fix (non-breaking change which fixes an issue)...

To resolve issue, make PLUGIN_ENTRY function. [Scriptable plugins – Hex Blog](http://www.hexblog.com/?p=120)

``` nao> python -m unittest discover E ====================================================================== ERROR: tests.test_eliminate (unittest.loader.ModuleImportFailure) ---------------------------------------------------------------------- ImportError: Failed to import test module: tests.test_eliminate Traceback (most recent call last): File "C:\Python27\lib\unittest\loader.py", line 254, in _find_tests...

- hook jxx instruction, get LBR. judge for loop or infinite loop by checking ecx . copyed from [handle infinite loop · Issue #19 · tkmru/nao](https://github.com/tkmru/nao/issues/19)

![error](https://cloud.githubusercontent.com/assets/1628214/22560121/b5a31d88-e9b6-11e6-8367-fd7f1ca49bcd.PNG) How to reproduce error. ``` python -m unittest tests.test_eliminate.TestEliminate.test_check_heavy_deadcode ```

hook write and read memory, check address and write data to memory.