Flash Player projector
and Flash Player projector content debugger
support
#11
Labels
Flash Player projector
and Flash Player projector content debugger
support
#11
Uh oh!
There was an error while loading. Please reload this page.
It would be nice to either directly support the running the Flash Player projector and Flash Player projector content debugger through something like WebVM or to shim it with the Ruffle Player.
Debugger
The debugger connects through sockets so running that in WebVM connected through Tailscale seems like it might be the easiest option. The other way that seems harder but maybe still doable is creating a
jar
to run in library mode that pretends to be the real debugger. Going down this route basically most of the debugger would probably need to be re-implemented from scratch.The debugging protocol doesn't seem to be documented anywhere so I would either need to reverse-engineer it by watching the network packets with Wireshark or scour FFDec's source code to figure out how it works.
I'm not wanting to create my own debugger from scratch for a dead tool that covers an immense surface area, so I think I will not go down that route.
Notes:
55556
The text was updated successfully, but these errors were encountered: