Given a executable file (Windows, Linux or Mac OS X) of an application, is there a way to figure out the programming language that was used to write that application?开发者_运维问答In the general case
I have a Perl script that I\'ve written and can compile it using pp (PAR). I\'m curious if it\'s possible to make a single executable that is completely portable (run on linux & w开发者_Python百科
I\'m into a very strange issue that\'s making me crazy .-. I\'m working on a relatively big Java project on Windows, using NetBeans and IzPack to prepare the graphical installation package.
I have just started learning java, and know only a small amount of code, however this is still a simple program. It is more of a prank program, but mostly just to test if I ca开发者_如何学Cn make a ja
I have a small demo executable wrote in C++ that depends only on one 5kb PNG image being loaded before it can run, which is used for a pixel text I made.Because of this one file, I would need to give
I create php application for small businesses. Some of the clients may prefer running the app on a local server, therefore my requirement is to create/bundle an app with apache/mysql/php with all the
As far as i have found out, it\'s possible -- and allowed -- to \"link\" and distribute a newLISP script with the newLISP binary to create a single-file executable. Now i would like to do this for an
I want to start shell from android application because i want to run an executable file and pass few arguments and expect output.
I\'ve created a program in java and now I want to create an executable from it. I\'m new to java, I don\'t know if i开发者_开发问答t should be a .exe.
I have a desktop application in c++. I want to check if any runtime change in the executable using debugger has been done or not. And if done executable will quit. How I check it?