Code Monkey home page Code Monkey logo

stimpack's Introduction

@shieldbattery/stimpack

@shieldbattery/stimpack: Rust-based Node.js native module for launching processes and injecting DLLs into them

Local development

To do local development and testing, you can utilize npm link to work off of your local copy:

cd path/to/stimpack
yarn link
cd path/to/shieldbattery/app
yarn link @shieldbattery/stimpack

To return to the published version:

cd path/to/stimpack
yarn unlink
cd path/to/shieldbattery/app
yarn unlink @shieldbattery/stimpack
yarn install --check-files

stimpack's People

Contributors

arilou avatar github-actions[bot] avatar neivv avatar tec27 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

arilou run0nceex

stimpack's Issues

Sign prebuilt binary before publishing to NPM

Should be fairly straightforward to setup, I think signtool is already available on the Windows builder so it's mostly just a matter of getting our code signing cert through to it

Integrating Stimpack with ShieldBattery

Currently the Stimpack repo contains the code which implements a newer injection method (in Rust!) than what we're currently using in SB. Using this method should give us two fairly big benefits in SB:

  • Wine support (we hope?); which in turn gets all the Linux nerds off our backs. Just kidding, we love you. All 3 of you.
  • Excising the last remnants of the C++ code, and more importantly its build pipeline, from our codebase and workflow. Hooray!

However, to get this repository to a point where it can be used by SB there's still some work left, and by my understanding that involves the following:

  • Integrate the injection code with neon so it can be used in SB as a node.js native addon.
  • Make the code async so the javascript code in SB doesn't block while waiting for injection to finish.
  • Propagate all of the errors correctly so they can be handled in the application.

This issue can serve as a place to discuss the remaining work in detail, and let any brave souls who might take on this task to ask any questions they might have. Good luck!

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.