Categories > WeAreDevs > Suggestions >

Make it possible to remotely execute code.

Posts: 3

Threads: 1

Joined: Sep, 2024

Reputation: 0

Posted

I want to for example execute my code from visual studio code directly.

  • 0

Astronemi

hot chocolate addict

Posts: 20

Threads: 2

Joined: May, 2020

Reputation: 38

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" 

Comments

TomtomFH 0 Reputation

Commented

this could actually work. im gonna try a bit with this

 

  • 0

  • 0

i like tiramisu

 

oh i also do c/c++ and other cool programming languages like javascript, typescript, c#, java and lua

Posts: 1

Threads: 0

Joined: Oct, 2024

Reputation: 0

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!

  • 0

Posts: 3

Threads: 1

Joined: Sep, 2024

Reputation: 0

Replied

i meant use visual studio code to execute code inside of jjsploit for exploiting

  • 0

Posts: 2

Threads: 0

Joined: Dec, 2023

Reputation: 0

Replied

Opening a project in Visual Studio: Make sure your project is already created in Visual Studio. For example, if you are working with C#, create a project of type "Console Application".

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )