Skip to content

Commit 6708f9c

Browse files
gnrkr789sangkilc
authored andcommitted
[PARISC64] ADD PARISC64 parser
1 parent 08173ff commit 6708f9c

13 files changed

+3428
-1419
lines changed

src/FrontEnd/BinLifter.Tests/PARISCParserTests.fs

+465-134
Large diffs are not rendered by default.

src/FrontEnd/BinLifter/PARISC/B2R2.FrontEnd.BinLifter.PARISC.fsproj

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,28 @@
11
<Project Sdk="Microsoft.NET.Sdk">
2+
23
<PropertyGroup>
34
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
45
<PackageIcon>b2r2-240x240.png</PackageIcon>
56
<PackageReadmeFile>README.md</PackageReadmeFile>
67
<Description>B2R2 PARISC frontend.</Description>
78
</PropertyGroup>
9+
810
<ItemGroup>
9-
<Compile Include="PARISCRegister.fs" />
1011
<Compile Include="PARISCRegExprs.fs" />
1112
<Compile Include="PARISCRegisterFactory.fs" />
1213
<Compile Include="PARISCTypes.fs" />
1314
<Compile Include="PARISCDisasm.fs" />
1415
<Compile Include="PARISCLifter.fs" />
1516
<Compile Include="PARISCInstruction.fs" />
17+
<Compile Include="PARISCHelper.fs" />
1618
<Compile Include="PARISCParsingMain.fs" />
1719
<Compile Include="PARISCParser.fs" />
1820
<Compile Include="PARISCTranslationContext.fs" />
1921
<None Include="..\..\..\..\LICENSE.md" Pack="true" PackagePath="" />
2022
<None Include="..\..\..\..\assets\b2r2-240x240.png" Pack="true" PackagePath="" />
2123
<None Include="README.md" Pack="true" PackagePath="" />
2224
</ItemGroup>
25+
2326
<ItemGroup>
2427
<ProjectReference Include="..\..\..\Core\B2R2.Core.fsproj" />
2528
<ProjectReference Include="..\..\..\BinIR\B2R2.BinIR.fsproj" />

0 commit comments

Comments
 (0)