Skip to main content

Questions tagged [executable]

An executable is a binary file that can be executed by the operating system.

executable
0 votes
0 answers
14 views

Running ARM executable in Android API 29+ programatically

I'm trying to execute an ARM executable in my android app without root permission to read & write commands. I tried a solution but it failed because of Behavioural changes (API 29+) I want to also ...
Dileep Raj B's user avatar
1 vote
0 answers
14 views

Executable/installable files with electron FE and python BE

I have a problem with my current project. I have a backend written in python which i complain with pyinstaller to an exe. The py BE communicate with websockets with the FE written in JS/hmtl/css. I ...
Martin's user avatar
  • 11
0 votes
0 answers
40 views

How do I make a CLI .exe from a kotlin .kt file

I am using a single .kt file to make a text based game in kotlin that runs in the Windows cmd. How do I turn the .kt file into a runnable .exe I have tried to compile it to .jar and use launch4j. The ....
GMCMarshy's user avatar
0 votes
0 answers
18 views

How to atomically exchange an executable that could be invoked at any time

We have a service on our server that is triggered by a cronjob quite frequently. Now we want to update this application to a new version. How can we do so without risking the application to be in an ...
glades's user avatar
  • 4,435
0 votes
0 answers
66 views

Challenges in generating Perl standalone exe using Par-Packer

I am tasked to generate standalone perl executables. The structure of the project is like below --Composition --Input --Modules ----tree.pm ----log.pm ----util.pm --Output --WorkingDir --dpp.pl --rpt....
Avi Kumar Singh's user avatar
3 votes
4 answers
234 views

In Haskell on Linux, is there a way of emitting an executable file for an arbitrary IO action?

I'm looking for a function like this: writeExecutable :: FilePath -> IO () -> IO () This would create an executable Linux binary file that, when run, would do the provided IO action as if it ...
Ashley Yakeley's user avatar
-2 votes
2 answers
49 views

Setting Up Properties in a JAR Executable

I have made a program that uses multiple classes that do various tasks. Every class however will need to reference the same file path every run. So, in my jar executable I have a properties file that ...
Blake's user avatar
  • 15
0 votes
1 answer
58 views

How can I make an executable Bash file?

I have four Python scripts and one Excel table. I have to run the last Python script which opens a dashboard in my browser with Dash. I did this for my company and I want now that other people with no ...
Mic Merian's user avatar
0 votes
0 answers
20 views

Electron Forge app starts up a local server on startup but generates multiple windows

I've created an Electron Forge App that wraps a React app but also should start a node.js local server when open. This works well when I run the app using npm start but when I run npm run make, the ....
Sofía Chiabudini's user avatar
0 votes
0 answers
59 views

Turning a simple python text encoder into a .exe file for sharing with friends and family

I have this code that I wrote to simply encode and decode passwords, but I need to share with with friends and family with the modules/packages easily, what's the best way to do so. My code: import ...
Dr. daEn's user avatar
0 votes
1 answer
71 views

Packaging my python "textual" library powered text-user-interface, and its requirements.txt libraries, into a "1-click" executable

I have built a pretty simple text-user-interface with the python textual library, for a third-party command line interface library I am utilizing. My current objective is to package the TUI as a ...
ish's user avatar
  • 1
0 votes
0 answers
45 views

PT_LOAD mapping mechanism

I'm currently playing with elf files. I'm getting confused about how PT_LOAD segments are loaded into memory. I mean how p_offset, p_filesz, p_vaddr, and p_memsz are used. First thing first, this is ...
Anh Phan's user avatar
-1 votes
1 answer
33 views

Segments with the same offset and permissions in /proc/procid/maps

I'm currently playing around with ELF binaries and how they are loaded in the memory in Linux Kernel. I am really confused about how PT_LOAD segments are loaded into memory. I have a ELF executable ...
Anh Phan's user avatar
0 votes
0 answers
20 views

pyinstaller creates .exe but it fails with "module not found"

When creating a simple executable (Windows) with pyinstaller, my py script can be compiled, but when starting it, it fails with: Traceback (most recent call last): File "salsatest.py", ...
Dirk Lerch's user avatar
2 votes
0 answers
13 views

Unable to launch main python script from pyinstaller bundle using launcher script

I'm encountering difficulties with launching a Python script (Ex.py) from a PyInstaller bundle using a launcher script (launcher.py). The launcher script is intended to locate Ex.py within the ...
DGL's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
250