Search found 1218 matches

by Thorium
Thu Sep 08, 2016 7:15 am
Forum: Tricks 'n' Tips
Topic: [x64] Cures startup in front of PureBasicStart
Replies: 16
Views: 6985

Re: [x64] Cures startup in front of PureBasicStart

I wasn't talking about instruction interference, but interference by emitted electromagnetic waves. Its certainly an esoteric topic, but it does exist and has uses even nowadays. This is not the place to talk about it, but its not just a wacko idea. If you seriously want to dig into this, you neede...
by Thorium
Fri Sep 02, 2016 3:25 pm
Forum: Tricks 'n' Tips
Topic: [x64] Cures startup in front of PureBasicStart
Replies: 16
Views: 6985

Re: [x64] Cures startup in front of PureBasicStart

i keep thinking he talks about stuff like this https://www.youtube.com/watch?v=9Me9_seb4ss Different assembler and instruction timings have very different effects on that. It was quite funny to create two or three channel tunes doing that 30 years ago on 8bit boards ;) I'm just not sure what use it...
by Thorium
Fri Jul 29, 2016 2:34 pm
Forum: General Discussion
Topic: Anti-cracking protection for my PureBasic EXE application?
Replies: 32
Views: 17083

Re: Anti-cracking protection for my PureBasic EXE applicatio

Unfortunately I can't agree that there is no sense to protect your application. Indeed it would be quite costly but still you could get result There are many problems with "protections". One is you can't tell if it actualy helped. If you sell the software with protection, you can't tell h...
by Thorium
Thu Jul 28, 2016 9:11 am
Forum: Off Topic
Topic: Goodbye OOP
Replies: 43
Views: 11865

Re: Goodbye OOP

Rust is commonly considered a next-gen language or even the programming language to replace all programming languages because it solves so many security and optimization problems transparently and has a lot of developers. It's OOP. From what i read, Rust is multi-paradigm, not just OOP. However i d...
by Thorium
Wed Jul 27, 2016 12:34 pm
Forum: General Discussion
Topic: Anti-cracking protection for my PureBasic EXE application?
Replies: 32
Views: 17083

Re: Anti-cracking protection for my PureBasic EXE applicatio

Don't bother with protection. It's mostly a time and money waste.
by Thorium
Wed Jul 27, 2016 11:08 am
Forum: Off Topic
Topic: Goodbye OOP
Replies: 43
Views: 11865

Re: Goodbye OOP

Brian Will did some good videos on the matter.
The title is a bit clickbaity, but the content is good. He actualy supplies real world examples that he converts from OOP and makes them smaller and easier to read.

https://www.youtube.com/playlist?list=P ... nyDSvAqNJJ
by Thorium
Tue Jul 12, 2016 3:39 pm
Forum: Tricks 'n' Tips
Topic: WebSocket Server
Replies: 41
Views: 23215

Re: WebSocket Server

Will you add TSL? It's planned, but i can't say when i'll add it. Edit: If TLS is needed you can use a webserver as proxy. For NGINX this may be helpful: http://stackoverflow.com/questions/12102110/nginx-to-reverse-proxy-websockets-and-enable-ssl-wss . But i haven't tried it. Since TLS is very impo...
by Thorium
Tue Jul 12, 2016 3:26 pm
Forum: Applications - Feedback and Discussion
Topic: GameFixer
Replies: 18
Views: 20374

Re: GameFixer

firace wrote: BTW, are admin rights required to run gamefixer?
No. It should work without admin rights.
If the injection fails, you could try to run it as admin.
by Thorium
Sun Jul 10, 2016 5:20 pm
Forum: Applications - Feedback and Discussion
Topic: GameFixer
Replies: 18
Views: 20374

Re: GameFixer

1.5 years late but here it is: http://uploaded.net/file/bkdq5ksr
The source code. Uploaded because someone wrote he would like me to make it public.
by Thorium
Sat Mar 05, 2016 11:45 am
Forum: Off Topic
Topic: The Choice is Ours 2016 (The venus project)
Replies: 8
Views: 2118

Re: The Choice is Ours 2016 (The venus project)

I am registered at the venus project as a volunteer. However i don't like Jaque Fresco very much, i like his visions, i dont like the fact that he is portrait as a modern jesus instead of a normal person. Unfortunatly the venus project is much like a cult. However i am still registered because i lik...
by Thorium
Fri Feb 12, 2016 8:27 am
Forum: Off Topic
Topic: Impossible Mission in your browser
Replies: 2
Views: 1104

Re: Impossible Mission in your browser

Was one of my favorite games on the C64.
I have both Impossible Mission 1 and 2 for C64 still factory sealed in my collection.
by Thorium
Wed Feb 03, 2016 12:04 pm
Forum: Tricks 'n' Tips
Topic: API Hook Engine Module (Windows)
Replies: 46
Views: 21163

Re: API Hook Engine Module (Windows)

Looks great, but won't work on Windows 7 Ultimate x64 running with admin righs. I've tried both 32bit and 64. - if app that set hook calls captured function, it works - if another app calls while captured, it has no reaction Thats how it works. It's hooked only in the process the code is running in...
by Thorium
Mon Jan 25, 2016 11:45 am
Forum: Assembly and C Programming in PureBasic
Topic: sse patch fasm
Replies: 4
Views: 3597

Re: sse patch fasm

Intel Xeon E5-1620

x87 float 40
x87 double 43
sse float 26
sse double 40

With 10 times the iterations:
x87 float 414
x87 double 377
sse float 236
sse double 374
by Thorium
Tue Jan 12, 2016 12:43 pm
Forum: Coding Questions
Topic: PB supported hardware
Replies: 4
Views: 1859

Re: PB supported hardware

But recently, I buy a 2G RAM portable machine which is running under ARM CPU. The operating system is Win8 and PB can run and compile EXEs. If it's realy a ARM CPU. The PB exe is most likely be emulated. While in the last interview we got some hints that ARM support is comming to PB, it's not in ri...
by Thorium
Mon Dec 28, 2015 3:10 pm
Forum: Tricks 'n' Tips
Topic: WinServices.pbi [Win] Module
Replies: 14
Views: 12075

Re: WinServices.pbi [Win] Module

Also my last sentence: By default the users don't have the right to run as service, you need to add your user in the Local Security Policy (User Rights Assignment/Log on as a service). I will tell him early next year. I think we installed it under system user. Maybe we need to install it under a us...