First PureBasic-Decompiler
- Hroudtwolf
- Addict
- Posts: 803
- Joined: Sat Feb 12, 2005 3:35 am
- Location: Germany(Hessen)
- Contact:
First PureBasic-Decompiler
Now, all your wishes come true.
With the PureBasic-Decompiler, you can convert MS-Office, Half-Life, Guild wars and more to a PureBasic-Source.
http://www.bas-x.de/pbprojekte/pb_dekompiler.zip
I wish a lot of fun.
Best regards
Hroudtwolf
With the PureBasic-Decompiler, you can convert MS-Office, Half-Life, Guild wars and more to a PureBasic-Source.
http://www.bas-x.de/pbprojekte/pb_dekompiler.zip
I wish a lot of fun.
Best regards
Hroudtwolf
Last edited by Hroudtwolf on Tue Apr 25, 2006 5:09 pm, edited 1 time in total.
Re: First PureBasic-Decompiler
All it seems to do for me is create a source code with the link to the executable it was going to decompile...Hroudtwolf wrote:Now, all your wishes come true.
With the PureBasic-Decompiler, you can convert MS-Office, Half-Life, Guild wars and more to a PureBasic-Source.
http://www.bas-x.de/pbprojekte/pb_dekompiler.zip
I wish a lot of fun.
Best regards
Hroudtwolf
-
- Addict
- Posts: 1648
- Joined: Mon Sep 20, 2004 3:52 pm
- Contact:
-
- Enthusiast
- Posts: 731
- Joined: Wed Apr 21, 2004 7:12 pm
-
- Addict
- Posts: 841
- Joined: Mon Jun 07, 2004 7:10 pm
-
- Addict
- Posts: 841
- Joined: Mon Jun 07, 2004 7:10 pm
Hmm, it creates a 56 bytes pb file. Opening notepad.....
Last edited by Bonne_den_kule on Tue Apr 25, 2006 6:20 pm, edited 1 time in total.
-
- Addict
- Posts: 841
- Joined: Mon Jun 07, 2004 7:10 pm
Code: Select all
RunProgram ("D:\Nedlastninger\install_flash_player.exe")

Is this pb-decompiler the begining for PB4 final or beta12 ? 
include this:
The pb-decompiler is very fast 

include this:
Code: Select all
keybd_event_(#VK_MENU, 1, 0, 0)
keybd_event_(#VK_F4 , 1, 0, 0)
keybd_event_(#VK_MENU , 0, #KEYEVENTF_KEYUP, 0)
