File tree 2 files changed +10
-8
lines changed
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,12 @@ Features:
16
16
17
17
Supports:
18
18
19
- - PowerPC 750CL (GameCube, Wii)
20
- - MIPS (N64, PS1, PS2, PSP)
21
- - x86 (COFF only at the moment)
22
19
- ARM (GBA, DS, 3DS)
23
- - ARM64 (Switch, experimental)
20
+ - ARM64 (Switch)
21
+ - MIPS (N64, PS1, PS2, PSP)
22
+ - PowerPC (GameCube, Wii)
23
+ - SuperH (Saturn, Dreamcast)
24
+ - x86 (COFF only)
24
25
25
26
See [ Usage] ( #usage ) for more information.
26
27
Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ objdiff-core contains the core functionality of [objdiff](https://github.com/enc
5
5
## Crate feature flags
6
6
7
7
- ** ` all ` ** : Enables all main features.
8
+ - ** ` bindings ` ** : Enables serialization and deserialization of objdiff data structures.
8
9
- ** ` config ` ** : Enables objdiff configuration file support.
9
10
- ** ` dwarf ` ** : Enables extraction of line number information from DWARF debug sections.
10
- - ** ` mips ` ** : Enables the MIPS backend powered by [ rabbitizer] ( https://github.com/Decompollaborate/rabbitizer ) . (Note: C library with Rust bindings)
11
+ - ** ` arm64 ` ** : Enables the ARM64 backend powered by [ yaxpeax-arm] ( https://github.com/iximeow/yaxpeax-arm ) .
12
+ - ** ` arm ` ** : Enables the ARM backend powered by [ unarm] ( https://github.com/AetiasHax/unarm ) .
13
+ - ** ` mips ` ** : Enables the MIPS backend powered by [ rabbitizer] ( https://github.com/Decompollaborate/rabbitizer ) .
11
14
- ** ` ppc ` ** : Enables the PowerPC backend powered by [ ppc750cl] ( https://github.com/encounter/ppc750cl ) .
15
+ - ** ` superh ` ** : Enables the SuperH backend powered by an included disassembler.
12
16
- ** ` x86 ` ** : Enables the x86 backend powered by [ iced-x86] ( https://crates.io/crates/iced-x86 ) .
13
- - ** ` arm ` ** : Enables the ARM backend powered by [ unarm] ( https://github.com/AetiasHax/unarm ) .
14
- - ** ` arm64 ` ** : Enables the ARM64 backend powered by [ yaxpeax-arm] ( https://github.com/iximeow/yaxpeax-arm ) .
15
- - ** ` bindings ` ** : Enables serialization and deserialization of objdiff data structures.
You can’t perform that action at this time.
0 commit comments