Page 1 of 3
First PureBasic-Decompiler
Posted: Tue Apr 25, 2006 4:59 pm
by Hroudtwolf
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
Posted: Tue Apr 25, 2006 5:04 pm
by SCRJ
Yes, this decompiler is very cool.
Try it!
(

)
Edit:
by the way: Nice work, Hroudtwolf

Posted: Tue Apr 25, 2006 5:19 pm
by Konne
Let's guess. Diassemble a program and write an "!" infront of each line?
Re: First PureBasic-Decompiler
Posted: Tue Apr 25, 2006 5:21 pm
by Hydrate
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
All it seems to do for me is create a source code with the link to the executable it was going to decompile...
Posted: Tue Apr 25, 2006 5:26 pm
by dracflamloc
RunProgram ("C:\Documents and Settings\admn\Local Settings\Temp\Rar$EX00.750\pb_dekompiler.exe")
wonderful :roll:
Posted: Tue Apr 25, 2006 5:34 pm
by Konne
Ok thats really lame. I thnink I gona write a real decompiler, would be fun.
Posted: Tue Apr 25, 2006 5:40 pm
by Killswitch
Yeah, I can't seem to get much out of it either - then again I don't speak German...
Posted: Tue Apr 25, 2006 5:45 pm
by thefool
Konne wrote:Let's guess. Diassemble a program and write an "!" infront of each line?
if dissassembling always resulted in right-away-??assemblabllbble???-code it all would be much easier

Posted: Tue Apr 25, 2006 6:06 pm
by traumatic
Killswitch wrote:Yeah, I can't seem to get much out of it either - then again I don't speak German...
Be assured it's not language related
Posted: Tue Apr 25, 2006 6:17 pm
by Bonne_den_kule
Before trying it - does it include Hassel-pictures?
Posted: Tue Apr 25, 2006 6:18 pm
by Hydrate
Bonne_den_kule wrote:Before trying it - does it include Hassel-pictures?
No, it doesnt.
Posted: Tue Apr 25, 2006 6:19 pm
by Bonne_den_kule
Hmm, it creates a 56 bytes pb file. Opening notepad.....
Posted: Tue Apr 25, 2006 6:20 pm
by Bonne_den_kule
Code: Select all
RunProgram ("D:\Nedlastninger\install_flash_player.exe")
Really high-tech...

Posted: Tue Apr 25, 2006 7:09 pm
by nco2k
24 days too late.
c ya,
nco2k
Posted: Tue Apr 25, 2006 7:25 pm
by Falko
Is this pb-decompiler the begining for PB4 final or beta12 ?
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)
The pb-decompiler is very fast
