Skip to content

Commit

Permalink
Merge branch 'khang06:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasuf authored May 19, 2022
2 parents 60f2fac + bcc5c0f commit ba1c262
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ A .blk decryptor and mhy0 extractor for Genshin Impact that doesn't require hook

The code isn't very good, but it's meant as more of a reference than an actual tool. Any efforts to rewrite the project are highly appreciated.

Also, you'll need a modified AssetStudio to load these files. Since I didn't write it, I won't distribute it here. Sorry.
~~Also, you'll need a modified AssetStudio to load these files. Since I didn't write it, I won't distribute it here. Sorry.~~

I finished my own AssetStudio fork that can load .blk files directly, which can be found [here](https://github.com/khang06/AssetStudio). If you're simply interested in datamining or something, you may want to download this instead.
2 changes: 2 additions & 0 deletions blkstuff/blkstuff.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="aes.c" />
<ClCompile Include="main.cpp" />
<ClCompile Include="util.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="aes.h" />
<ClInclude Include="magic_constants.h" />
<ClInclude Include="util.h" />
</ItemGroup>
Expand Down
6 changes: 6 additions & 0 deletions blkstuff/blkstuff.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
<ClCompile Include="util.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="aes.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="util.h">
Expand All @@ -29,5 +32,8 @@
<ClInclude Include="magic_constants.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="aes.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit ba1c262

Please sign in to comment.