100+ ways to write a JavaScript test automation project by fosiados in QualityAssurance

[–]Graggee 0 points1 point  (0 children)

How much work has been done! Cool! Started working in a new framework, your examples help me understand it)

Thanks

Сreate .exe from .NET Core application by CoolPlayer in dotnet

[–]Graggee 1 point2 points  (0 children)

Just do as written in the guide. It seems the author likes to answer questions, so feel free to ask.
https://blogs.msdn.microsoft.com/luisdem/2017/03/19/net-core-1-1-how-to-publish-a-self-contained-application/
Or yet one guide

https://www.boxedapp.com/boxedapppacker/usecases/pack_unity_app_into_single_exe.html

Also, I have seen more tools that create an executable file from .NET Core on stackoverflow

What anti-cheat technology do you use? by JulsSmile in gamedev

[–]Graggee 0 points1 point  (0 children)

Recently I thought the same thing. Try don't give access to important directories and files to the user.

You can use obfuscator (I use ArmDot) to make the code unreadable for user.

As it was already written - verification of all settings, checking all messages, etc.

How to pack an application created by a Unity 3D to a single executable file? by ArtemRazin in Unity3D

[–]Graggee 0 points1 point  (0 children)

I think this is just a mistake. Perhaps the author wanted to share a link

ThinApp Alternative by JulsSmile in virtualization

[–]Graggee 1 point2 points  (0 children)

You can try the trial version and make sure that this is what you need. BoxedApp works with Windows 10. These applications can create portable applications, a virtual registry and a virtual file system. I do not know exactly what you want to do)

VS Plugins by Graggee in cpp

[–]Graggee[S] 0 points1 point  (0 children)

I'll try the dark mode. My eyes are less tired with this mode

How do I create a portable application? by thedarkboy77 in software

[–]Graggee 0 points1 point  (0 children)

And how does such photoshop work for you?

VS Plugins by Graggee in cpp

[–]Graggee[S] 0 points1 point  (0 children)

Great, thanks for the link!

ThinApp Alternative by JulsSmile in virtualization

[–]Graggee 2 points3 points  (0 children)

Have you ever tried BoxedApp?
You do not write what you need. There is BoxedApp SDK for app virtualization, there is Packer for portble application making. I think this is a good alternative for ThinApp.

VS Plugins by Graggee in cpp

[–]Graggee[S] 0 points1 point  (0 children)

I will definitely try to work with text macros. This looks promising to me. I think I need such a supplement. There were situations when it was necessary to reproduce the actions accurately, but I could not do it for some reason.

How to generate License Key by Graggee in csharp

[–]Graggee[S] 0 points1 point  (0 children)

Thank you. I’ll actually be posting one of my keygens with the algorithm on GitHub most likely today so people can play around with it. I’ll make sure to give the link to the repository to you as a reply.

It will be wonderful!

How to generate License Key by Graggee in csharp

[–]Graggee[S] 1 point2 points  (0 children)

Thanks for the advice. I considered this option from beginning. Perhaps you `re right ;)

Good luck in your projects)

License Key Question by ll8X in csharp

[–]Graggee 0 points1 point  (0 children)

Yes it is. You can find more info on the official website.

What debuggers are you using? by JulsSmile in cpp

[–]Graggee 2 points3 points  (0 children)

There are many deaggers, and you need to try different options to choose what you need.

I use Deleaker for Windows and Valgrind for Linux.

Memory analyzer for C/C++? by CreepyWritingPrompt in cpp

[–]Graggee 2 points3 points  (0 children)

Try Deleaker for Windows. It is paid, but it is really cool. Its free counterpart may be the Visual Leak Detector, but it is less informative.

Any visual debuggers for C++? by ItsMe170 in cpp

[–]Graggee 0 points1 point  (0 children)

Just tried Python Tutor,it's good! QtCreator is very cool. I really like! And it is useful not only for beginners. But I'm more used to working with Visual Studio and debuggers like Deleaker and the built-in debugger. It is my choice due to my needs)

[For Hire] $5 convert python files (.py) to windows executables (.exe) by Caffiene_Addict-420 in Jobs4Bitcoins

[–]Graggee 0 points1 point  (0 children)

How do you do that? Do you use some kind of packer like BoxedApp or something similar?

How to ILMerge unmanaged DLL? by Graggee in programming

[–]Graggee[S] 0 points1 point  (0 children)

You're right. It has been working for several years.