View Single Post
  #7  
Old 02-04-2024, 11:32
chants chants is offline
VIP
 
Join Date: Jul 2016
Posts: 835
Rept. Given: 47
Rept. Rcvd 52 Times in 32 Posts
Thanks Given: 742
Thanks Rcvd at 1,148 Times in 531 Posts
chants Reputation: 52
I could imagine that a Python script or VBScript or any scripting language could have a packed binary embedded in it which could be loaded into virtual allocated memory and executed with packed contents.

It's not an executable file, but it doesn't need code signing and certain scripts would basically be runnable through default shell open actions on many systems. There is also the issue of how to embed the binary data. Obviously base64 or the like would work but it increases the size. Not to mention resolving relocations and imports and such manually is a bit of work. But any script language that can invoke the Windows API is technically sufficient.
Reply With Quote
The Following User Says Thank You to chants For This Useful Post:
argie (02-07-2024)