aboutsummaryrefslogtreecommitdiff
path: root/ReverseEngineering/Get-ILDisassembly.format.ps1xml
blob: f933e1e9ef3d57c65302347c2ae008b9da2052ff (plain)
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
<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
    <ViewDefinitions>
        <View>
            <Name>ILInstructionView</Name>
            <ViewSelectedBy>
		        <TypeName>IL_INSTRUCTION</TypeName>
		    </ViewSelectedBy>
            <TableControl>
            <AutoSize/>
                <TableHeaders>
                    <TableColumnHeader>
                        <Label>Position</Label>
                    </TableColumnHeader>
                    <TableColumnHeader>
                        <Label>Instruction</Label>
                    </TableColumnHeader>
                    <TableColumnHeader>
                        <Label>Operand</Label>
                    </TableColumnHeader>
                </TableHeaders>
                <TableRowEntries>
                    <TableRowEntry>
                        <TableColumnItems>
                            <TableColumnItem>
                                <PropertyName>Position</PropertyName>
                            </TableColumnItem>
                            <TableColumnItem>
                                <PropertyName>Instruction</PropertyName>
                            </TableColumnItem>
                            <TableColumnItem>
                                <PropertyName>Operand</PropertyName>
                            </TableColumnItem>
                        </TableColumnItems>
                    </TableRowEntry>
                </TableRowEntries>
            </TableControl>
        </View>
    </ViewDefinitions>
</Configuration>