Categories > WeAreDevs > Suggestions >
Make it possible to remotely execute code.
Posted
I want to for example execute my code from visual studio code directly.
Cancel
Post
Replied
iirc many did this by hosting a webserver which you can loadstring from localhost, "it isnt rocket science if you know what you're doing"
Cancel
Post
i like tiramisu
oh i also do c/c++ and other cool programming languages like javascript, typescript, c#, java and lua
Replied
You can definitely execute your code directly from Visual Studio Code. Make sure you have the appropriate extensions installed for your programming language. For instance, if you're coding in Python, install the Python extension, then you can run your code by opening the terminal in VS Code and using commands like python filename.py
. It's super convenient!
Cancel
Post
Replied
i meant use visual studio code to execute code inside of jjsploit for exploiting
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Comments
TomtomFH 0 Reputation
Commented
this could actually work. im gonna try a bit with this
0