12/28/2018 (Vic Falls)
------------------
- -vv can now be used for "very verbose" (e.g. print page hashes with --sig, where just -v won't unless they mismatch)
- -fix for code signature page hashes in fat files (thanks, jonios)
- arm64e correctly identified in fat (now properly handling other various subtypes as well - went back to double check arm
v7/s/k as well)
- arm64_32 (Watch Series IV) now identified and disassembled as well (same as ARM64)
Many Jokerlib improvements: (2,260 symbols)
-------------------------------------------
- more joker symbols (for --analyze) including scheduler and some skywalk
- -d __DATA...* now automatically resolves tagged pointers when in a kernelcache!
Value is still displayed tagged, but resolved to untagged symbol
- "-dec" now available (like joker classic) to decompress compressed (lzvn/lzss) kernelcaches,
though you probably won't need it since now jtool2 handles compressed kernelcaches natively.
- integrated with Xn00p
- shows all zones (by tracking zinit, in case you IDA folk are wondering)
- reconstructs IOService object in __DATA_CONST.__const (the rest of the IO Objects will arrive soon)
(and just wait for Vol II coverage
... And a New Year's update:
01/01/2019 (Chobe)
------------------
- Happy New 2019, people!
- Fixed -[lazy/]bind bug I had, especially with ARM64e bindings.. Now tables displayed correctly
- Now resolving all stubs in arm64e binaries. -d works to resolve all functions.