Purebasic decompiler?

Working on new editor enhancements?
kaktusbombe
New User
New User
Posts: 2
Joined: Tue Sep 16, 2008 12:08 pm
Location: Germany

Purebasic decompiler?

Post by kaktusbombe »

I heared about a Purebasic decompiler in this forum. Unfortunately, I just found one Link which does not work. My Question:

-Is such a Decompiler legal? If yes, can you say where I can get it?
If not, Why?
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

you heard bulls*t of course. you can't decompile a machinecode executable, you can only disassemble them .
SPAMINATOR NR.1
eesau
Enthusiast
Enthusiast
Posts: 589
Joined: Fri Apr 27, 2007 12:38 pm
Location: Finland

Post by eesau »

There is no such thing. The "decompiler" that was once posted here was a joke.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Purebasic decompiler?

Post by PB »

:lol: A newbie comes running in to get a decompiler! My sides hurt from laughter!
kaktusbombe
New User
New User
Posts: 2
Joined: Tue Sep 16, 2008 12:08 pm
Location: Germany

Post by kaktusbombe »

"A newbie comes running in to get a decompiler!"

Sorry about that but I didn`t knew that there are so nice people in this Forum...
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

Just wait until you start asking us to help you code. :)
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

I'm never nice to newbies who come running in looking to decompile other people's code.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Anyone trying to decompile my code would need a de-spaghettifying module as well! :)
I may look like a mule, but I'm not a complete ass.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

srod wrote:Anyone trying to decompile my code would need a de-spaghettifying module as well! :)
No de-spaghettifying, gb-spaghettifying :wink:
German don't use spaghetti to code :lol:
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Hmmmm, Srod, ever considered that the decompiled version of your code might be MORE readable? (Now, that's a scary thought, isn't it? :twisted: )
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

kaktusbombe wrote:"A newbie comes running in to get a decompiler!"

Sorry about that but I didn`t knew that there are so nice people in this Forum...
Hmmm. Take it easy. But if it's your second post, AND if you took a good look at the nature of PureBasic, you may have noticed it's a compiler, not a processor. It's a REAL compiler, not just a sort of wrapper. So obviously, you cannot decompile programs.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

blueznl wrote:Hmmmm, Srod, ever considered that the decompiled version of your code might be MORE readable? (Now, that's a scary thought, isn't it? :twisted: )
Hey, translated into Swahili via Esparanto via c++, my code would be more readable than it is normally! It takes a special kind of idiot to be able to read my code! :wink:
I may look like a mule, but I'm not a complete ass.
User avatar
Raybarg
User
User
Posts: 54
Joined: Mon Apr 30, 2007 7:02 am

Post by Raybarg »

srod, what spaghetti-sauce youre feeding to your compiler?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

No, kaktusbombe, there does not exist such a thing.

However, thinking twice:
do you all really think there is fully impossible to decompile machine code to C, C++, PB, etc.? emmhh!
I can imagine it, which means it might be done. :)

Anyway: don't try it NEVER :shock:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Psychophanta wrote: Anyway: don't try it NEVER :shock:
Tempting :-)
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
Post Reply