Questions tagged [recompile]

The act of compiling something again.

To "recompile" is to compile again. This could refer to simply compiling a second time, or compiling decompiled code.

191 questions
0
votes
1 answer

java.lang.ClassFormatError: Incompatible magic value 791617546

I was playing minecraft and the client I was playing on had a bug in it that crashed my minecraft after tabbing out so I wanted to fix that. I decompile the client and edit the .java file in NetBeans(I edit very little) and I save the file as a…
0
votes
1 answer

How to do a PHP Recompile? Imagecreatetruecolor error

As this is a new question I assume it's fine to create a new fresh question? My previous question is here: imageantialias call to undefined function error with GD installed Markus helped me figure out the problem, I have since contacted the clients…
0
votes
0 answers

Delphi 7 VCL package Runtime Error 216 when recompiled

I am still use Delphi 7 :) I changed (added several properties) to vcl70 package code and then recompiled it. I created vcl70.bpl file, copied it to the Windows System32 folder, and get an error message: Runtime Error 216 bla bla.. I copied the…
onur köse
  • 27
  • 2
0
votes
1 answer

Find a tag using text it contains using BeautifulSoup

I am trying to webscrape some parts of this page: https://markets.businessinsider.com/stocks/bp-stock using BeautifulSoup to search for some text contained in h2 title of tables when i do: data_table = soup.find('h2', text=re.compile('RELATED…
Je Je
  • 508
  • 2
  • 8
  • 23
0
votes
0 answers

Z3 makefile does not recognize file change

I'm using z3 quite a lot, but now is the first time I need to actually change some files and rebuild with my changes. I built z3 initially just like the instructions here, brought here again for completeness: git clone…
OrenIshShalom
  • 5,974
  • 9
  • 37
  • 87
0
votes
1 answer

DLL recompile with dnSpy - agnostic assembly cannot have a processor specific module System.EnterpriseServices.Wrapper.dll

I'm trying to add debugging flags on a DLL using dnSpy, but I keep getting the following error: agnostic assembly cannot have a processor specific module System.EnterpriseServices.Wrapper.dll This does not happen only on a particular DLL I try to…
CLod
  • 917
  • 2
  • 11
  • 28
0
votes
0 answers

How to recompile JavaFX 11/12

I'm trying to recompile JavaFX 11 (or 12) from source in an eclipse project, but I encounter some problems. Here is how I proceed: 1. I download the JavaFX SDK for Windows here 2. I create an eclipse project for each JavaFX module (javafx.base,…
aRaMinet
  • 103
  • 1
  • 8
0
votes
0 answers

Compile a folder with java classes into a JAR

I had a jar file paymentService.jar which had a lot of class files. I have decompiled a class file, made some changes to it's code and created a .java file. I have kept the .java file in the same location as .class file. How can I recompile the…
antnewbee
  • 1,779
  • 4
  • 25
  • 38
0
votes
0 answers

Missing code in decompiled JAVA file. How to properly re-compile?

I've been given the task to make a small modification in a compiled .jar file. We don't have the source code for this anymore. I downloaded JD-GUI and I managed to open the .jar file and see it's class files, but I'm afraid that some of the…
Laureant
  • 979
  • 3
  • 18
  • 47
0
votes
1 answer

Web Forms - Recompilation if change ascx file in VS, in notepad - no

There is asp.net web forms application, it is on my local iis and opened in VS2017. When I develop and testing it, I often do small changes to aspx, ascx, and aspx.cs files and it not causes recompile.I see my changes so I do not need relogin. I see…
Evgeny Borzenkov
  • 1,107
  • 3
  • 12
  • 19
0
votes
1 answer

Modifying an existing module in linux kernel

I am using g_file_storage as driver on my embedded linux to pose it as mass storage for any usb host.I have done that well!! Now I need to do more .... is to capture eject event on usb device ..which is a functionality not given by g_file_storage…
nidhi
  • 41
  • 4
0
votes
1 answer

How to add some script to an existing swf file?

I know that much has already been discussed about this issue. I do not want to change a value or address,I can do these things and there is no problem. But I want to add some code to the existing code in the SWF file. I tried using JPEXS Free Flash…
Little Elite
  • 65
  • 13
0
votes
1 answer

How to disable Tor-Browser updates through source code

I know that i can disable Tors update through browser; -> Options-> Advanced->Update -> Tor Browser update. but, is there a way to cancel those updates through Tor source code by changing the main file or any other file and re-compile it.
tell gram
  • 11
  • 5
0
votes
1 answer

reCompile template after rending vueJs

I am using datatable jQuery plugin with vueJs but I encounter a problem when I use the render function of the datatable. If I put vueJs code inside, like @click, it is not interpreted, and I see in the source code @click and nothing is happening. I…
Jonathan COHEN
  • 125
  • 1
  • 2
  • 8
0
votes
1 answer

Debugging re-compilation of wil6210 driver for LEDE v17.01.2

I want to modify wilocity wil6210 driver, recompile it, get .ko file and use it on a system running LEDE v17.01.2 I successfully recompiled the driver but when I try integrating the module into the kernel using modprobe I get module could not be…
mdahhani
  • 84
  • 1
  • 1
  • 8