-
Notifications
You must be signed in to change notification settings - Fork 700
/
README.orig
100 lines (84 loc) · 3.09 KB
/
README.orig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Hungry Apple icons by Nicholas Boyd (http://loafninja.deviantart.com)
todo:
- code sections parsing on demand
- string table
ver 2.4.9200
- Lots of leaks fixed
- Updated disassembler from cctools-855
- Updated llvm disassembler from libLTO OSX10.9
- ARM64 relocations in detail (need to review)
- Added new load commands
ver 2.4.9000
- ARM64
- LC_ENCRYPTION_INFO_64,LC_LINKER_OPTION
- data in code and entries (DICES)
- updated disassembler (cctools-845 and LLVM with enhanced symbol table)
- SDK 10.8 / deploy 10.8
- fix for multithreaded usage of CoreAnimation
ver 2.3.8505
- updated disassembler (LLVM included for testing)
- some GUI improvements (PreferencePanel)
- transitions to __weak references instead of __unsafe_retain
- SDK 10.8 / deploy 10.6
- crash fix for disassembling encrypted ARM text sections
ver 2.3.8370
- merge changes from fG!
-- do not reopen unclosed binaries
-- some new Load Commands
-- bugfixes
ver 2.3.8345
- Transition to ARC (but targeting OS X 10.6 for compatibility)
- FAT binary layout in details
- LC_ENCRYPTION_INFO,LC_PREBIND_CKSUM,LC_RPATH,LC_FUNCTION_STARTS
- twolevel swapping for smaller memory usage and better GUI response
- Better ObjectiveC 2 section parsing
ver 2.2.6500
- objC sections
- crash fix for concurrent treeView update
- crash fix for disassembler (could read beyond file data)
- relocs/bindings stored in a shadow NSData for faster access
- improved exception records parser
ver 2.1.5290
- mainly bugfixes (relocInfoInfo, static libraries)
- stop button for cancelling background tasks
- exception safe symbol/section namelookup
- disassembler updated to cctools-806
ver 2.0.5000
- ARM support
- symbolic disassembling of text sections (based on otool)
- split segment info in details
- fast symbol stubs in details
- improved RAW/RVA switch
- typelist is fixed in LSDAs
ver 1.3.4090
- some new file types, section types
- minor fixes
- indirect symbols showed between squared brackets
ver 1.3.4045
- static libraries (binary archives)
- dyld info parsing in details
- base SDK and deploy target detection
- fix indirect symbol issues in compressed Mach-O files
- fix treeLock stability (now belongs to dataController not to the layout)
- display multiply symbols for the same address
ver 1.3.3047
- swapfile based processing to avoid memory overhead for extremely big binaries
(note: Ctrl+click toggles swap file usage on the selected node for faster access)
- two-level namespaces in details
- export dylibs (e.g.: libSystem.B.dylib)
- safer symbol/section table access
ver 1.2.2632
- some command binary representation (dyld info, routines, two-level namespace)
- better grouping and ordering of parsed content
- 64bit exception data and relocation fixes
- more stable name unmangling in tooltips
ver 1.2.2200
- tooltip with unmangled name for all the mangled symbol
- better section parsing
- common symbol table for better search (types distinguished by coloured background)
ver 1.2.1842:
- coloured background for special items:
local/absolute indirect symbol
scattered relocation
- edit and save function
- RVA/RWA offset uses segments' properties for calculation