开发者

self-modifying

0
  • A self modifying code?

    I would like to do the following . I have declared a structure in my program and in run t开发者_运维知识库ime when the program is being executed, if there is a user input, I should be able to create a[详细]

    2023-04-13 02:41 分类:问答
  • Is there any real application being self modifying code?

    T开发者_如何学Gohere are few examples on the web demonstrating how to write a self-modifying code. But they\'re just examples. I would like to know if there is any real application being self modifyin[详细]

    2023-04-10 10:52 分类:问答
  • Can I execute the number stored in a register as an instruction in MIPS?

    If I take an instruction and break it down into the binary representation of its op code, rs, rt etc... could I then put this binary number into a register and get MIPS to treat it as an instruction?[详细]

    2023-04-08 17:08 分类:问答
  • Self Modifying Code [C++]

    I was reading a codebreakers journal article on self-modifying code and there was this code snippet: void Demo(int (*_printf) (const char *,...))[详细]

    2023-02-28 13:03 分类:问答
  • Writing a JIT compiler in assembly

    I\'ve written a virtual machine in C which has decent performance for a non-JIT VM, but I want to learn something new, and improve performance. My current implementation simply uses a switch to transl[详细]

    2023-02-12 06:28 分类:问答
  • Self-modifying code for trace hooks?

    I\'m looking for the least-overhead way of inserting trace/logging hooks into some very performance-sensitive driver code.This logging stuff has to always be compiled in, but most of the time do nothi[详细]

    2023-02-01 07:04 分类:问答
  • Native self-modifying code on Android

    I am trying to make some self-modifing native code on Android and run it in the emulator. My sample is based on the HelloJNI sample from the android-ndk. It looks like this:[详细]

    2023-01-30 17:49 分类:问答
  • Can a C program modify its executable file?

    I had a little too much time on my hands and started wondering if I could write a self-modifying program. To that end, I wrote a \"Hello World\" in C, then used a hex editor to find the location of th[详细]

    2023-01-19 04:15 分类:问答
  • Self modifying html-JavaScript file

    I w开发者_StackOverflowould like to have a html file with JavaScript, which (file) is able to modify its context. In more details, I imagine it like that. I have a html file, which I open with a brows[详细]

    2023-01-18 11:17 分类:问答
  • copy and call function

    I\'d like to copy and call a function, but the c开发者_运维技巧ode below segfaults when calling the buffer. What do I have to change? (Linux, x86)[详细]

    2023-01-16 10:18 分类:问答