Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed Feb 9, 2018
1 parent d7c3e89 commit 21fc360
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# unpack.libmonodroid_bundle_app.so
Unpack *.apk\lib\\{ABI\}\libmonodroid_bundle_app.so

## Usage
Windows
```
$ unpack.libmonodroid_bundle_app.so.net40.exe "{filepath}\libmonodroid_bundle_app.so"
```
Linux / Mac OS X
```
$ mono unpack.libmonodroid_bundle_app.so.net40.exe "{filepath}\libmonodroid_bundle_app.so"
```
10 changes: 9 additions & 1 deletion unpack.libmonodroid_bundle_app.so.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "unpack.libmonodroid_bundle_app.so", "unpack.libmonodroid_bundle_app.so\unpack.libmonodroid_bundle_app.so.csproj", "{D8108B15-BDB8-48B9-AC97-B197A0A1509E}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "unpack.libmonodroid_bundle_app.so", "unpack.libmonodroid_bundle_app.so\unpack.libmonodroid_bundle_app.so.csproj", "{D8108B15-BDB8-48B9-AC97-B197A0A1509E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "root", "root", "{222A2ECF-F77B-42D8-99A3-23AB0F430C64}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
.gitmodules = .gitmodules
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@
<DebugSymbols>false</DebugSymbols>
</PropertyGroup>

<PropertyGroup Condition="'$(TargetFramework)'=='net35'">
<AssemblyName>unpack.libmonodroid_bundle_app.so.net35</AssemblyName>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)'=='net40'">
<AssemblyName>unpack.libmonodroid_bundle_app.so.net40</AssemblyName>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\kaitai_struct_csharp_runtime\KaitaiStream.cs">
<Link>kaitai_struct_csharp_runtime\KaitaiStream.cs</Link>
Expand Down

0 comments on commit 21fc360

Please sign in to comment.