Skip to content

juliuskreutz/stardb-exporter

Repository files navigation

stardb-exporter

Instructions (If you only use the pull url feature, you don't need the instructions below)

This method will not work on any kind of VPN

  • Download and install pcap

  • Note for WiFi users:

    • Windows: During Npcap installation, ensure Support raw 802.11 traffic (and monitor mode) for wireless adapters is ticked.
    • Linux and Macos: Make sure you enable monitor mode for your wireless adapter.
  • Download the latest release:

  • Launch the game to the point where.

    • HSR: The train is right before going into hyper speed
    • Genshin: Right before entering the door
  • Execute the exporter (You might need to do this as admin/root) and wait for it to say Device <i> ready~!.

  • Go into hyperspeed/Enter the door and it should copy the export to your clipboard.

  • Paste it here.

Building from source

For linux users, you need to set the CAP_NET_RAW capability

sudo setcap CAP_NET_RAW=+ep target/release/stardb-exporter

Special thanks

Thank you @IceDynamix for providing the building blocks for this with their reliquary project!

Thank you @hashblen for creating protocol parsers that don't need any further updates (auto-reliquary and auto-artifactarium)!

Thank you @emmachase for providing support wherever she can!