• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[RELEASE] iXFS Universal (source included)

Initiate Mage
Joined
Jan 4, 2021
Messages
2
Reaction score
4
Hi everyone,

Today I will post a very usefull tool for GunBound WC, I was on GitzWC Team since 2018 and we developed together so many tools.
This one is just a "fix" to the original iXFS created by Moose.
There is a very interesting point that is: the original iXFS can open any XFS file without the pass, but why the original iXFS check the pass?

Probably when Moose created it, he wanted to protect something and so he created "key verification".

You can create your own iXFS Universal by editing the HEX File and nopping the key verification or use the source code bellow and hook the dll into the original file or inject via DLL Injector.
Just copy the source code and compile (it was created on Delphi7) or edit the iXFS.exe file with Hex Editor.

Here's:
Code:
library rizzo;
(*Projeto iXFS Universal*)
uses  Windows,  SysUtils,  Classes;
{$R *.res}
begin
  MessageBox(0, 'Criado único e exlusivamente para:'+#13+#10+'GitzWC - GitzWC.com'+#13+#10+'by GitzProtect - GitzProtect.com.br','GitzProtect iXFS Plugin',0);
  PBYTE($00404397)^  :=  $C0;
  PBYTE($00404398)^  :=  $90;
  PBYTE($00404399)^  :=  $90;
  PBYTE($0040439A)^  :=  $90;
end.

Big thanks to C4sTr0, AkaCe and GitzWC Team.



Here is a compiled DLL for those who need it
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 21, 2019
Messages
10
Reaction score
4
One of the most wanted tools, with this you can open any xfs without any trouble.
To work properly you'll need to inject this dll in any xfs2 editor using any injector you want.

Amazing work Rizzo, always driving inovation.
 
Back
Top