https://github.com/feng19/x_trace
A web tool for easy to use recon_trace
https://github.com/feng19/x_trace
elixir phoenix phoenix-framework trace
Last synced: 10 months ago
JSON representation
A web tool for easy to use recon_trace
- Host: GitHub
- URL: https://github.com/feng19/x_trace
- Owner: feng19
- Created: 2023-04-07T09:04:27.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T02:17:42.000Z (about 1 year ago)
- Last Synced: 2025-03-19T09:40:44.123Z (10 months ago)
- Topics: elixir, phoenix, phoenix-framework, trace
- Language: Svelte
- Homepage:
- Size: 529 KB
- Stars: 12
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# X-Trace
A web tool for easy to use recon_trace
[Video Demo](https://twitter.com/kevin52069370/status/1752594271855894872)
## Usage
Download cli from [Releases](https://github.com/feng19/x_trace/releases)
To start your server:
* Run `./xtrace_xxx` to start the endpoint
* Now you can visit [`localhost:4000`](http://localhost:4000) from your browser
Or download desktop application from here: [Releases](https://github.com/feng19/x_trace_desktop/releases)
## Build
You must have the following installed and in your PATH:
- Erlang -- erl
- Elixir -- mix
- Zig (0.11.0) -- zig
- XZ -- xz
- 7z -- 7z (For Windows Targets)
To start your server:
* Run `mix setup` to install and setup dependencies
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.