Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 421 Bytes

ProxyFox Debug

A Quilt mod targeting Kotlin and the JVM, adding features useful for debugging applications in production.

Features

  • Kotlin Result is modified to print exceptions across suspend fun calls
  • Adds a utility for sanitizing strings of sensitive things (Tokens, IPs, etc)
    • Custom entrypoint to register these proxyfox-debug
  • Replaces STDOUT/STDERR with a proxy that applies string sanitizations