Code Monkey home page Code Monkey logo

Comments (5)

mdblr avatar mdblr commented on July 22, 2024 2

The function process.dlopen(module, filename[, flags])(link) may also help you!

from nleak.

foreseaz avatar foreseaz commented on July 22, 2024

https://github.com/plasma-umass/BLeak/blob/60836b01a8be42242f079e53639065feaba74e75/src/lib/stack_frame_converter.ts#L38

from nleak.

mdblr avatar mdblr commented on July 22, 2024

For reference: https://stackoverflow.com/questions/9210542/node-js-require-cache-possible-to-invalidate

from nleak.

Frost-Lee avatar Frost-Lee commented on July 22, 2024

Currently we chose to restart the child process for the guest application when switching rewrite mode. This is consistent with Bleak where the rewriting is configured by an interceptor and ProgramRunOperation triggers navigateToURL, which reloads the corresponding webpage. See

nleak/core/node_driver.ts

Lines 184 to 191 in 8a2ebae

public async setRewrite(rewriteEnabled: boolean): Promise<void> {
if (rewriteEnabled == this._rewriteEnabled) {
return;
}
this._rewriteEnabled = rewriteEnabled;
this._process.kill("SIGINT");
await this._launchChildProcess();
}
for the implementation.

from nleak.

foreseaz avatar foreseaz commented on July 22, 2024

@Frost-Lee great!

from nleak.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.