I'm implementing a Lisp-like language with a primary design goal of full interoperability with C. This means static typing, direct support of all primitives defined by the C standard, pointer arithmetic and low-level memory management. Macros are expanded by a virtual machine and the entire program is converted into C and compiled. This allows me to compile entire programs, but what if I want to be able to modify and compile specific functions interactively? Is there something I can use to integrate them back into the running executable without manual assembly hacking?
Injecting new compiled function implementations into a native executable during run-time?
39 views Asked by user3026691 At
0
There are 0 answers
Related Questions in C
- How to call a C language function from x86 assembly code?
- What does: "char *argv[]" mean?
- User input sanitization program, which takes a specific amount of arguments and passes the execution to a bash script
- How to crop a BMP image in half using C
- How can I get the difference in minutes between two dates and hours?
- Why will this code compile although it defines two variables with the same name?
- Compiling eBPF program in Docker fails due to missing '__u64' type
- Why can't I use the file pointer after the first read attempt fails?
- #include Header files in C with definition too
- OpenCV2 on CLion
- What is causing the store latency in this program?
- How to refer to the filepath of test data in test sourcecode?
- 9 Digit Addresses in Hexadecimal System in MacOS
- My server TCP doesn't receive messages from the client in C
- Printing the characters obtained from the array s using printf?
Related Questions in DYNAMIC-COMPILATION
- Segmentation fault while loading library with LD_LIBRARY_PATH
- Vue.js compiled render function doesn't work
- DotNetCompilerPlatform: Upgrading C# version. Which version of csc.exe (C# compiler) to use?
- .NET hot reload feels like magic, how does it work?
- How to use function from my code in runtime-compiled code?
- Dynamic Compilation in .NET Core 6
- How to include library jar from lib to main jar with maven
- How can I tell which defines are missing in a C file, not via compilation failure?
- Angular 11 DI for dynamically compiled components
- Digital Signature for ASP.NET Dynamic Binaries
- Can't load System.ValueTuple in dynamically compiled code
- why c# dynamic compiled type cannot be found by using Type.GetType method?
- Why isn't there a widely used tool to "warmup" .NET applications to prevent "cold start"?
- Javassist.CannotCompileException when trying to create method with String and Object array as input parameters
- How do I use cl_amd_offline_devices to compile a kernel for a specific GPU?
Related Questions in RUNTIMEMODIFICATION
- Making a dictionary of data frames from pandas data frame without writing it to excel file
- Java - Relocate references at runtime
- Angular - how to create separate "ViewContainerRef" Containers for different tabs in mat-tab
- How to open the .c file which contains the implementation for any system call in Linux?
- Invoking a dll function without a call in the main
- Replace method implementation in Android via reflection / class loader
- How does cycript / substrate work to hook into a process?
- Java: Is it possible to execute the modified code of a method (changed in runtime) using its existing invocations
- Java Help (Waituntil?)
- MySQL: Is it possible to list all tables with a modification date?
- Java: No ArrayList modifications from outside classes
- Injecting new compiled function implementations into a native executable during run-time?
- iframes modifications
- Change config values on a specific time
- How to Inject code in c# method calls from a separate app
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)