Search found 779 matches

by Saki
Thu Jun 03, 2021 6:02 pm
Forum: Announcement
Topic: Forums update
Replies: 125
Views: 67373

Re: Forums update

Well, my online status cannot be hidden.

With the color schemes, I don't find that helpful most of the time.
With a black background, for example, many things become more difficult to read.
by Saki
Sun May 30, 2021 8:45 pm
Forum: Tricks 'n' Tips
Topic: BaseU_BF -Base64 replacement for Unicode env. - 35% smaller + AES + Compression + StringCrypter - Modules
Replies: 2
Views: 2355

BaseU_BF -Base64 replacement for Unicode env. - 35% smaller + AES + Compression + StringCrypter - Modules

Base64 replacement for Unicode environments - 35% smaller This is Saki's BaseU_BF. The simplest method to transfer binary data in unicode strings. In Unicode environments about 35% smaller than Base64. Extremely fast ! No buffers need to be defined. Simply a pointer to the data is passed, as well a...
by Saki
Sat May 29, 2021 1:24 pm
Forum: Feature Requests and Wishlists
Topic: PureBasic 6: EnableC like EnableASM
Replies: 6
Views: 3376

Re: PureBasic 6: EnableC like EnableASM

Well, the offer of C codes is almost immeasurably large and there are really very clever little codes. One can therefore also turn the question around : What would be the disadvantages if it were supported ? Actually, it would have only advantages. Assembler is also supported by PB, which is nothing...
by Saki
Fri May 28, 2021 2:01 pm
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 152048

Re: PureBasic 6.00 Alpha 1 released !

Many thanks @cas, exactly what I was looking for.
by Saki
Fri May 28, 2021 12:49 pm
Forum: Feature Requests and Wishlists
Topic: sub module
Replies: 2
Views: 1736

Re: sub module

This is very true +1
by Saki
Fri May 28, 2021 11:20 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 152048

Re: PureBasic 6.00 Alpha 1 released !

Is there a compiler constant to check with which compiler is compiled ?
by Saki
Thu May 27, 2021 4:30 pm
Forum: The PureBasic Editor
Topic: Can't select pbcompilerc - Add button does not work
Replies: 2
Views: 4953

Re: Can't select pbcompilerc - Add button does not work

Yes, if you don't know how to do this, you may have a crisis.
Go with the Windows Explorer to drive C..
Program Files..
Purebasic...
Compilers...
Then simply drag pbcompilerc.exe with the mouse into the window.
by Saki
Thu May 27, 2021 10:35 am
Forum: Coding Questions
Topic: Include Binary Crashing Program
Replies: 27
Views: 3366

Re: Include Binary Crashing Program

Hi, I do quite a lot with strings. To speed up also with CopyMemory(), Poke() and pointers. But then you make errors very fast. Even small overwrites of the string end can trigger these effects. When a string end is overwritten it usually takes about 5 seconds before it pops, but before that it alre...
by Saki
Wed May 26, 2021 11:46 pm
Forum: Coding Questions
Topic: Include Binary Crashing Program
Replies: 27
Views: 3366

Re: Include Binary Crashing Program

Something is overwritten.
See if you do something with strings that writes over the end of the string.
Switch on the purifier.
Do you do something with pointers or poke?
It always depends on the current memory usage, so this can also work sometimes.
by Saki
Wed May 26, 2021 9:34 am
Forum: Feature Requests and Wishlists
Topic: mp3 sound plugin now that patent expired
Replies: 4
Views: 2556

Re: mp3 sound plugin now that patent expired

These are 18 different patents.
It has been free in the EU since 2012 and in the USA since mid-2017.
Writes the Wikipedia...
by Saki
Wed May 26, 2021 7:57 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 152048

Re: PureBasic 6.00 Alpha 1 released !

#tola This is not supported with the C Backend

Make sure that the purifier is ever switched off on the Alpha 1,
otherwise there are not localizable crashes.
by Saki
Tue May 25, 2021 12:44 pm
Forum: Tricks 'n' Tips
Topic: [Source] hashi - Hashing Include (x86/x64) [Windows OS]
Replies: 29
Views: 4466

Re: [Source] hashi - Hashing Include (x86/x64) [Windows OS]

You don't know the Snowden documents ? 80 bits are already broken. You don't know for sure if the NSA can already break AES128. If they can already do it, they certainly won't tell anyone about it. :wink: As sample - Attack with quantum computers : Grover’s algorithm can reduce the brute force attac...
by Saki
Tue May 25, 2021 12:23 pm
Forum: Tricks 'n' Tips
Topic: [Source] hashi - Hashing Include (x86/x64) [Windows OS]
Replies: 29
Views: 4466

Re: [Source] hashi - Hashing Include (x86/x64) [Windows OS]

#Mijikai It's not about being right, it's just a discussion about it. When you encrypt a file AES, you usually do it like this, you add the hash binary at the end. After that the IV is appended binary. You can hash the hash again with a salt and also generate it from the encrypted data. In this cons...
by Saki
Tue May 25, 2021 12:13 pm
Forum: Tricks 'n' Tips
Topic: [Source] hashi - Hashing Include (x86/x64) [Windows OS]
Replies: 29
Views: 4466

Re: [Source] hashi - Hashing Include (x86/x64) [Windows OS]

I have not carried the discussion and insults into this thread #Lord. Why are you trying to tease here ? It was only about the discussion about it, which is just usual in discussion forums. I don't want to be right either. The information is available and everyone can evaluate it for themselves. Why...