Settings

Theme

Step-by-step visualization of C/Java/Python programs execution state

ryoskate.jp

13 points by ir193 4 years ago · 2 comments

Reader

throwawayninja 4 years ago

I'm very interested in building something like this for WASM programs; the goal of course is to make it easy for non-technical people to see that "Oh the software reads data from example.org, writes to /folder/data.txt, scans /folder for 'abc.txt', writes something to company.com". By defining a meaningful boundary we don't need to fully inspect the code, just the communication channels to report a high-level "how does this unknown/untrusted code make decisions, does it line up with my expectations?"

  • ir193OP 4 years ago

    I'm afraid not. this is based on interpreter written in JavaScript so you need source code. i think you probably want something based on strace

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection