Search found 779 matches

by Saki
Sat Jun 12, 2021 8:32 pm
Forum: General Discussion
Topic: Windows Defender Peeks as Trojan Wacatac.G!ml
Replies: 12
Views: 4004

Re: Windows Defender Peeks as Trojan Wacatac.G!ml

Now, the question and answer of what causes the Defender to "friendly fire" is getting more and more bizarre. :o :lol: But it is also very interesting, because you can see how you can influence the behavior of the defender without any code change. :shock: https://abload.de/img/defender_21q...
by Saki
Sat Jun 12, 2021 11:16 am
Forum: General Discussion
Topic: Windows Defender Peeks as Trojan Wacatac.G!ml
Replies: 12
Views: 4004

Re: Windows Defender Peeks as Trojan Wacatac.G!ml

Hi, yes, thank you.
I just wanted to show that Peeks() triggers this and what you can do about it.
With the sample bypass you usually have peace.
It also makes no difference, both variants are equally fast.
by Saki
Sat Jun 12, 2021 9:53 am
Forum: General Discussion
Topic: Windows Defender Peeks as Trojan Wacatac.G!ml
Replies: 12
Views: 4004

Windows Defender Peeks as Trojan Wacatac.G!ml

I would like to describe a problem to you here once. It does not concern me currently, since I have been bypassing it habitually for a long time. For the sake of simplicity, I am posting a code here, my StringFields_BF, which is detected as a Trojan, and below the code with the workaround I usually ...
by Saki
Wed Jun 09, 2021 8:55 am
Forum: Announcement
Topic: PureBasic 6.00 released !
Replies: 626
Views: 151579

Re: PureBasic 6.00 Alpha 1 released !

The zero termination of the strings has not only disadvantages. As with any other method, there are advantages and disadvantages. In many cases one can also accelerate the access strongly, which presupposes however that one is exactly familiar with the mode of operation. With smaller strings there i...
by Saki
Sun Jun 06, 2021 9:24 pm
Forum: Coding Questions
Topic: Include Binary Crashing Program
Replies: 27
Views: 3354

Re: Include Binary Crashing Program

Well, you should get rid of Win7 and x86.
You shouldn't even use the Internet with Win7 anymore.
by Saki
Sun Jun 06, 2021 7:22 am
Forum: Tricks 'n' Tips
Topic: Data_Tool_BF - Data Generator - 50% smaller output + AES + Compression - Modules
Replies: 27
Views: 8432

Re: Data_Tool_BF - Data Generator - 50% smaller output + AES - Modules

Temporary decoder bug removed on all decoders. New codes added. A variant with supporting AES and a fully automatic randomized IV has been added. This means that all encrypted data is encrypted completely differently for each encryption process. The behavior of the crypter is similar to the CBC mode...
by Saki
Sun Jun 06, 2021 7:19 am
Forum: Tricks 'n' Tips
Topic: Data_Tool_InCode_BF - Data outside Data Section + AES + Compression - Modules
Replies: 7
Views: 3869

Re: Data_Tool_InCode_BF - Data outside Data Section - For Images and other + AES - Modules

New codes added.

A variant with supporting AES and a fully automatic randomized IV has been added.
This means that all encrypted data is encrypted completely differently for each encryption process.
The behavior of the crypter is similar to the CBC mode with randomized IV.
by Saki
Sun Jun 06, 2021 7:15 am
Forum: Tricks 'n' Tips
Topic: BaseU_BF -Base64 replacement for Unicode env. - 35% smaller + AES + Compression + StringCrypter - Modules
Replies: 2
Views: 2352

Re: BaseU_BF -Base64 replacement for Unicode environments - 35% smaller + AES - Modules

Many thanks @idle New codes added. A variant with supporting AES and a fully automatic randomized IV has been added. This means that all encrypted data is encrypted completely differently for each encryption process. The behavior of the crypter is similar to the CBC mode with randomized IV. Creating...
by Saki
Sat Jun 05, 2021 6:00 pm
Forum: Coding Questions
Topic: [Resolved] Enlarge image without distorting it
Replies: 14
Views: 1779

Re: Enlarge image without distorting it

@Tenaja
As sample.
Imagine you have an image with 100 vertical lines with a thickness of one pixel.
Now you want to enlarge it by 20%.
Then you may only add another line to 20 lines to enlarge the image 20%.
Then you have 80 lines with a width of one pixel and 20 lines with a width of two pixels.
by Saki
Sat Jun 05, 2021 5:17 pm
Forum: Coding Questions
Topic: [solution provided by mk-soft] gadget hidden or not?
Replies: 7
Views: 820

Re: gadget hidden or not?

You can set a flag with SetGadgetData()
by Saki
Sat Jun 05, 2021 12:14 pm
Forum: Coding Questions
Topic: Include Binary Crashing Program
Replies: 27
Views: 3354

Re: Include Binary Crashing Program

Try it with the x64 compiler. and there is no way around the test with the purifier. In principle, the test with the purifier should always be performed cyclically ! I myself once had the purifier on all the time for one thing. Surprisingly, it ran with Purifier, but crashed without it. That was bad...
by Saki
Sat Jun 05, 2021 9:55 am
Forum: Coding Questions
Topic: [Resolved] Enlarge image without distorting it
Replies: 14
Views: 1779

Re: Enlarge image without distorting it

I don't know if he just wants to use that for a QR code.
It's just with a QR code that it should be as clean as possible to be readable even under bad conditions.
It also looks unprofessional, even if it still works.
by Saki
Sat Jun 05, 2021 9:28 am
Forum: Coding Questions
Topic: Include Binary Crashing Program
Replies: 27
Views: 3354

Re: Include Binary Crashing Program

Well, first I would then test the ram with a diagnostic tool. How many images do you embed, how big are they ? This should not be relevant, but a little insight into what exactly you are doing would not be wrong. I don't think your problem is solvable like this, because everything you can be told is...
by Saki
Fri Jun 04, 2021 10:54 pm
Forum: Coding Questions
Topic: [Resolved] Enlarge image without distorting it
Replies: 14
Views: 1779

Re: Enlarge image without distorting it

Yes, it's not that easy to do.
Otherwise, you always have to increase the size by a factor of 2, otherwise it will never work,
because something always has to be added somewhere to achieve the desired size.

The usual way with the QR code is to completely recreate it in the appropriate size.
by Saki
Fri Jun 04, 2021 3:33 pm
Forum: Coding Questions
Topic: [Resolved] Enlarge image without distorting it
Replies: 14
Views: 1779

Re: Enlarge image without distorting it

Have fun ; Use on Windows DPI aware, this is needed for clear output on high scalings ! EnableExplicit InitNetwork() UsePNGImageDecoder() Define imageURL$ = "https://nsa40.casimages.com/img/2021/06/04/210604103322144271.png" Define *queryresponse = ReceiveHTTPMemory(imageURL$) Define img =...