compiled
Python find out contents of compiled module?
So have this Python .pyd module (C++), so I can\'t ju开发者_JAVA技巧st open it in a text editor to find out what it contains. So how can I? I just want to know the function names inside it.Python have[详细]
2023-04-05 08:08 分类:问答How do I execute an executable file from within a java file on linux?
I am trying to execute an executable file and a perl script from within a java program. I have found many topics similar to this but most of them refer to windows. I know java is platform independent[详细]
2023-03-31 20:55 分类:问答which file generated after compilation in C#?
i want to know that after compiling the file in C# which type of file is genera开发者_如何学编程ted?It would have to depend on the type of project.If it is a console application it will be an exe file[详细]
2023-03-28 12:19 分类:问答Modifying compiled executable memory allocation
I have a compiled executable with no access to the source code. Every time it runs a variable is assigned to memory address 0x7B008C. I am trying to make it use a different address rather than that on[详细]
2023-03-24 07:46 分类:问答ASP.NET: How to override a non-virtual method from a compiled assembly?
I\'m in a bit of a predicament. I\'ve been assigned the task of maintaining an existing ASP.NET web application for which the source code is not available - all code is compiled and put into the bi开[详细]
2023-03-21 02:18 分类:问答Binary file from one linux to another
Is there any possible way to run binary compiled on another Linux? I know that of course the easiest is to rebuild that on another machine but lets assume that the only thing we can get is a binary fi[详细]
2023-03-11 14:28 分类:问答Distributing an application written in Ruby on Rails
开发者_如何学CWe have an existing web application that is written in Ruby 1.9.2 and Rails 3.x. Our original model was software as a service but in investigating in our industry there are times where h[详细]
2023-03-04 05:51 分类:问答Is it possible to decompile a compiled .pyc file into a .py file?
Is it possible to get some information out of the .py开发者_运维技巧c file that is generated from a .py file?Tools to try[详细]
2023-02-16 17:09 分类:问答Uploading Compiled codes on server
i wanted to know whats the advantage and difference between uploading normal content to the server and uploading compiled codes on the server. does it makes any difference in the sites performance if[详细]
2023-02-08 09:56 分类:问答c++ like languages [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-02-04 02:23 分类:问答