Analyze Scenario 3
Your scenario is not analyzable yet.
Status: Replayed completely
PDB Servers list:
- https://msdl.microsoft.com/download/symbols
- https://chromium-browser-symsrv.commondatastorage.googleapis.com/
- https://symbols.mozilla.org/
Reven running on port 14000
(PID: 3196805,
details).
# Python script to connect to this scenario from a Jupyter notebook:
from reven2.preview.project_manager import ProjectManager
pm = ProjectManager("http://reven:8880/") # If you aren't in a Jupyter Notebook, you should change this URL
server = pm.get_server_by(name="Scenario 3")
# Do stuff...
try:
pm.close_server(server)
except Exception as e:
print("Closing server: ", e)
Status | Start date | Actions | |
Axion (Show in browser) | Wednesday, April 16, 2025, 11:22:22 AM | Details | |
Axion (Show in browser) | Friday, April 4, 2025, 9:18:01 AM | Details |
You can manually upload PDB files for this scenario if necessary - See details