Giter VIP home page Giter VIP logo

Comments (6)

rainyx avatar rainyx commented on September 25, 2024

readline 在我另一个repo里面有编译好的a(地址:https://github.com/rainyx/libreadline-arm ),当然你也可以自己编译。然后将编译好的a和headers分别放入$THEOS/vendor/lib 和 $THEOS/vendor/header中,重新编译rxmemscan即可。

from rxmemscan.

jmpews avatar jmpews commented on September 25, 2024

@rainyx 最近也在搞一个 interactive cli , 发现 readline 太复杂需要目标机子已经安装了readline, 倒是有个 linenoise 很简洁 但是不能编译成 arm. 😂

from rxmemscan.

rainyx avatar rainyx commented on September 25, 2024

@jmpews 可以编译,改下Makefile。
CC = xcrun --sdk iphoneos clang -arch armv7 -arch arm64 -miphoneos-version-min=6.0

otool -hv linenoise_example
Mach header
magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
MH_MAGIC ARM V7 0x00 EXECUTE 16 1200 NOUNDEFS DYLDLINK TWOLEVEL PIE
Mach header
magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
MH_MAGIC_64 ARM64 ALL 0x00 EXECUTE 16 1464 NOUNDEFS DYLDLINK TWOLEVEL PIE

from rxmemscan.

jmpews avatar jmpews commented on September 25, 2024

@rainyx 最后我还是用了readline 😁

https://github.com/jmpews/rtspy/blob/master/MachoRuntimeSpy/Makefile

from rxmemscan.

liumazi avatar liumazi commented on September 25, 2024

这个readline是要自己编译的是吗
还以为在mac上brew install readline就好了呢
另外手机上还要brew install readline才可以是吗 ?

from rxmemscan.

liumazi avatar liumazi commented on September 25, 2024

readline 在我另一个repo里面有编译好的a(地址:https://github.com/rainyx/libreadline-arm ),当然你也可以自己编译。然后将编译好的a和headers分别放入$THEOS/vendor/lib 和 $THEOS/vendor/header中,重新编译rxmemscan即可。

应该是放在$THEOS/vendor/include

from rxmemscan.

Related Issues (5)

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.