Skip to content

The universal binary extraction and Fakeheader scripts I created myself,Whether it's PC games, mobile games,Except for XOR scrambled bytes and ciphertext, any resource you want to extract can be solved, The premise is that you understand which file type

License

Notifications You must be signed in to change notification settings

frelixir/Universal-binary-extractor-and-Byte-remover

 
 

Repository files navigation

Universal-binary-extractor-and-Byte-remover

This is my self-made universal binary extractor and universal byte remover. Whether it's PC games, mobile games, or console games, there is always a type of game that you will use it for. In addition to XOR and ciphertext, you can use it to extract any normally packaged game. It's very powerful. If you don't believe it, give it a try. I have compiled a table that is updated irregularly. If you like it, you can download it and take a look. It will definitely help you avoid detours. Due to my poor English, the table is mainly in Chinese, which is not very friendly to people who do not know Chinese. I also rely on software translation to write the English introduction. I hope they can understand me. In December, I updated twice and now the function is even more powerful. As long as you enter an address, you can extract data within a specified range. Moreover, if there are duplicate byte sequences, they can be represented by 00 * 8 to simplify the input.【万能二进制提取脚本升级,使用wps整理计算机文件表格】 https://www.bilibili.com/video/BV1Hd6KYcEGo/?share_source=copy_web&vd_source=c1e0778c704c56d7db17640fcdfe7e13

这是我自己制作的万能二进制提取器和万能字节移除器,无论是端游、手游、主机掌机游戏,总有一种游戏你会用到它,除了xor和密文,任何正常打包的游戏你都可以用它提取,非常强大,不信你就试试。我整理了一张表格,不定期更新,如果你喜欢的话不妨下载看看,肯定能帮助你少走弯路,由于我英文不好,表格里面以中文为主,这对不识中文的人不太友好,而我也是靠软件翻译才写的英文简介,希望他们能理解我吧。12月的时候我又更新了两次,现在功能更加强大,只要输入一个地址,就可以提取指定范围内的数据,而且字节序列如果有重复的可以用00*8代表00 00 00 00 00 00 00 00这样来简化输入。

2025年2月25日增加新功能,可输入起始地址和结束地址,提取此地址范围内的数据,删除c语言版本,因为太难做,只保存了python版本和c#的版本。

2025年4月29日把万能二进制提取器做成c#GUI版本,如果要查看GUI版本的代码请转到https://github.com/595554963github/Universal-Binary-Extractor-GUI

2025年5月1日新增万能字节移除器c#命令行版本和GUI版本,本项目只包含命令行版本的代码,如果要查看GUI版本的代码请转到https://github.com/595554963github/Universal-Byte-Remover-GUI

About

The universal binary extraction and Fakeheader scripts I created myself,Whether it's PC games, mobile games,Except for XOR scrambled bytes and ciphertext, any resource you want to extract can be solved, The premise is that you understand which file type

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 61.3%
  • Python 38.7%