Replies: 5 comments 12 replies
-
That's going to require digging into the "guts" of the OS... and it'll be different for every OS. It's also a "good" way to carry a virus payload as part of your program. |
Beta Was this translation helpful? Give feedback.
-
Lets try not make random assumptions and answer truely. I still need this, do you know how to accomplish this task for windows? |
Beta Was this translation helpful? Give feedback.
-
Please read all of what I'm writing here before jumping making any random assumptions of what I am saying (or about what @JalonSolov already said) Disclaimer:
That being said, I'll attempt to answer your question. What you are asking for would be very difficult with normal executable files
But here is the problem... (and is what @JalonSolov alluded to) if any anti-malware solution is running the system there is good chance it will see what you are doing, and halt and quarantine whatever launcher app tried to do that. If it does not do that, then I would question the worthiness of said anti-malware solution. Why? Because So, no. Neither @JalonSolov nor I are making random assumptions. Both of us have answered your question truely based on how you asked it.. But I can see how it would come across that way to you (that we are making random assumptions). But this is 2022, not 1962. :) What you essentially asked us is: Even if that is not your intent (and as I already said I'll give you the benefit of the doubt that is not your intent). Why? Because like I said at the onset you are asking for is essentially for a way to enforce your own licensing for software you own. And there might be other ways of doing that without doing what malware does to load and run viruses. |
Beta Was this translation helpful? Give feedback.
-
¯\_(ツ)_/¯ Can you tell me why do some functions require |
Beta Was this translation helpful? Give feedback.
-
@Blank-c, go find yourself another hobby, troll. |
Beta Was this translation helpful? Give feedback.
-
I have an executable's bytes stored in a bye array, and I'd like to execute the executable, without storing it on user's disk unless they buy the license.
Why am I not using the temp folder?
If I extract the file in the temp folder and while its still running, anyone can just copy it to a place and my program would not delete it after running. What should I do?
I don't want to use licencing method, etc.
Beta Was this translation helpful? Give feedback.
All reactions