Questions tagged [executable]
An executable is a file that can be run on a device / computer. Those tags [service], [services], [windows-service] or [daemon] can be related, depending on how the executable is run.
62 questions
6
votes
4
answers
530
views
Windows programming against HW drivers and compatibility
We have a small number of offices in various locations and we are using Windows only.
For a specific use case we are looking for some way to be able to capture in/out audio from the individual PCs.
...
0
votes
0
answers
714
views
How to configure Windows to execute only .exe with certificate signing?
I want to run (on a certain computer with Windows 10) only those exe. files, who signed by certificates, which installed on the computer (it can be certificates from CA or my own test certificate).
I ...
2
votes
0
answers
414
views
Facilitating arbitrary code execution on AWS Lambda
I am developing a SaaS where a user will be able to upload a custom JavaScript function that runs when an event happens. In order to preserve the integrity of the system, I am using AWS Lambda to run ...
1
vote
0
answers
783
views
Change language properties 7z sfx self extracting .exe with 7zSFX Builder
I use the 7zSFX Builder program to build my executable .exe from a .7z and even though I always select English in the settings (and everything else), the properties of the executable show Russian.
...
0
votes
3
answers
192
views
Any ideas how could I've been ransomware hacked?
A couple of days ago our clients reported our Solarwinds website was down. So I connected to check through remote desktop and there it was, a fullscreen html-like interface where you could only use ...
0
votes
1
answer
941
views
Add custom exe app to windows image
Is there possibility to add custom .exe application to Windows 10 image which will run in autostart when i install image on some computer? Either with DISM or ICD?
//EDIT:
App is without installer - ...
0
votes
0
answers
761
views
SSH can not execute an .exe program with GUI on WMware Windows
I have system like this. I have host windows 10 and a VM windows 7. I have ssh server set up on the guest VM. I can connect via windows' openSSH client to the VM. I can execute commands like /DIR or ...
0
votes
1
answer
3k
views
Create Widows Service from batch or exe file
I need to distribute some app to all our stations without users having the ability to close the app.
The app jumps on users' screen and notifies them to restart the computer, and I don't want users ...
1
vote
1
answer
5k
views
How to start binary file from Systemd service
So, I have start.sh file to start imagecache service. And I have executable binary file "imgproxy" and I need start it and pass to it two parameters like as text file.
Body of start.sh file:
export ...
1
vote
0
answers
200
views
Running a command in Powershell and running the exe gives different results
This is really odd.
I have a so called Perforce Helix server on my Windows 2016 server.
Now on this server there is an exe called p4d now if i go to the Powershell and run p4d it runs the command ...
1
vote
1
answer
176
views
Windows - Restrict ability to run application to one service account
I've been asked to write a script that enters information from one application into another - and I've done it using a combination of Python, Selenium and Firefox (it's a temporary measure before a ...
1
vote
1
answer
2k
views
Windows: create a service for running a executable jar with out any external libraries
I have spring boot executable jar file which can run into any command prompt by calling java -jar filename.jar.
I want to create a service with out downloading any external libraries for the above ...
1
vote
1
answer
2k
views
How to safely allow IIS to execute an exe with potential vulnerabilities?
We have an IIS application that needs to execute an exe with potentially malicious input. Multiple applications run in this app pool and I would like to limit our risk as much as possible. The ...
0
votes
2
answers
4k
views
p4: No such file or directory - when in reality it exists
I have installed p4 command line client on the server, and something strange is happening. It exists, has executable rights, but I cannot execute it because I received an error message that it does ...
7
votes
2
answers
58k
views
Rename files to add date modified to filename with Windows CMD or simple .TXT
I am attempting to rename a large batch of files to incorporate the dates in the "Date Modified" column from File Explorer into each filename in YYYYMMDD format. I was able to generate a ...