iometa icon indicating copy to clipboard operation
iometa copied to clipboard

arm64 IOKit class dumper

Results 5 iometa issues
Sort by recently updated
recently updated
newest added

hello, I tried to build iometa in an ubuntu 20.04 docker container. However when I type `make`, I get the following error: ``` cc -o iometa -Wall -O3 -flto -DVERSION=1.6.6...

Running 1.6.6 [git] produces the following warnings: [WRN] Unexpected instruction at 0xfffffff00766d6d4 [WRN] Unexpected instruction at 0xfffffff00766d6d4 [WRN] Multiple vtab candidates for OSNumber [WRN] Multiple vtab candidates for IOService [WRN]...

Currently the error `[ERR] Metavtab of lies outside all segments.` when using `iometa -M` is fatal and iometa terminates when it is encountered. It would be better if this error...

Changes: - Emulator support for ANDS and BTI instructions - Add timeout to emulation (ApplePPM::ApplePPM() contains a while loop that can loop forever with best-effort emulation) - Consider that the...

The newest commit aa34c28154845c05fa858c1ae54b08bf479baec3 broke iometa on iOS 14 kernelcaches Error logs: ``` ❯ ./iometa/iometa -AC AppleMemCacheController kernelcache.research.iphone12b.out [WRN] Load address outside of all segments at 0xfffffff008683818 [WRN] Load address...