Questions tagged [compiled]

163 questions
0
votes
0 answers

Python exec with bytecode containing nullbytes

I'm working on a piece of code in which at some point I have to execute python bytecode, with exec python builtin. However the bytecode I have to execute is containing some nullbytes, preventing from being executed. Is there any way to change this ?…
ibi0tux
  • 2,481
  • 4
  • 28
  • 49
0
votes
0 answers

Java: Test compiled program with input file inside program

I have a Java program that has a command line interface using Commons CLI and processes an input file and writes an output file. I use JUnit to test objects and their methods. However, I wonder if there is a possibility to test my whole compiled…
raedma
  • 293
  • 1
  • 12
0
votes
1 answer

Use program class from my dynamically compiled form

I have a class that Read/Write from registry. But how can i use this class from dynamically compiled form. I can execute function and even get var valuables from dynamically compiled form, but how can i execute my program function or get var…
SLI
  • 713
  • 11
  • 29
0
votes
0 answers

Reinstall PHP on Fedora 22 Installed PHP was compiled

I'd like to know how can I reinstall PHP via dnf and make it default for apache. My problem is that I have a installed version of PHP but it was compiled and as I'm facing several problems with modules I didn't compile I thought it'd be easier do it…
Jefer Song
  • 51
  • 1
  • 7
0
votes
1 answer

Gulp - lock compiled files

I want to lock the files that are being compiled with gulp. So basically if i have app.js, which is generated from a compilation of different .js files, how do i prevent people from writing code inside app.js ? my simple gulp config is something…
Abd Rmdn
  • 480
  • 4
  • 11
0
votes
0 answers

Redirect to correct packages in java compiled code JAR

I get this error "The type of is erroneous" because the systems security area developed a JAR that loads the menubar and elements from the credentials it gets from the user profile keeped in the security system of sso. The thing is…
Liz Castillo
  • 59
  • 1
  • 9
0
votes
0 answers

Fseek doesn't reach the end of compiled file

I'm trying to count the characters in a compiled file and i can't reach the last character. Here is my testing code, where SEEK_END stops at a certain point( i don't know why ) and the rest of file remains unread. The source code was compiled using…
Alex R
  • 1
  • 1
0
votes
1 answer

Does "strings" against a binary list all usable variables?

I've had a request from a vendor to set a specific environment variable against their software. I'm currently awaiting an explanation of what this actually does. However, I decided to check to see exactly what environment variables were available…
0
votes
2 answers

Rebuild java project from compiled one

There is a java project built with Maven. I have project sources, need to improve something and then rebuild the project. The problem is one of Maven dependencies is now lost (seems like it was only in developer's local repo). But there is a…
awfun
  • 2,316
  • 4
  • 31
  • 52
0
votes
0 answers

Joomla Less Mixin wont work

im new to less and im trying a little bit around, ive found a mixin code snippet which should work but it doesnt. Just if i take the variables on top of the reset.less document it works. So i guess my Joomla Less compiler couldn't compile it right.…
0
votes
1 answer

Two separate compiled versions of java project

My project is spanned across two phases. First phase is nearly completed. Although we already have some functionality, that can be seen as menu items for logical separation, developed which is to be delivered in phase two. I have been advised to…
Kaizar Laxmidhar
  • 859
  • 1
  • 17
  • 38
0
votes
0 answers

Laravel system returns NotFoundHttpException

My laravel 4 projects sometimes prints an error in error logs as following: exception 'Symfony\Component\HttpKernel\Exception\NotFoundHttpException' in /var/www/html/projectname/bootstrap/compiled.php:5336 Stack trace: #0…
Onur
  • 414
  • 1
  • 11
  • 31
0
votes
1 answer

Finding information from vb.net .exe file

I'm making a program for my company and I'm trying to match the look and feel of some old programs the company has. The problem is that I don't have the source code anymore to compare to and just get the information. I've been able to do some…
PsychoData
  • 1,198
  • 16
  • 32
0
votes
1 answer

python program will not execute eventhoug no errors

I'm learning Python and have a problem. I can't execute following code in Windows CMD. I tried just an "Hello World" program and it executed as expected. but when i try this program nothing at all happens. No error message or anything. Im using…
user3329934
  • 23
  • 1
  • 2
  • 6
0
votes
2 answers

GWT 2.6 js null symbol, compiled mode

I get this error in FF/Chrome console when using the compiled version of my application saying: "TypeError: a is null" So I went to the symbol map and searched for symbol a but no occurrence ... I don't get this error on hosted mode, and it…
Adnane.T
  • 280
  • 1
  • 4
  • 13