Elektrine lite

← Feed

@SnoopJ@hachyderm.io

Post #4099172

2026-07-23 22:36 UTC

thinkin' about seeing if I can pull out some JS source out of the game. if I'm lucky it's all just yeeted into the executable?

Replies (1)

  • @SnoopJ@hachyderm.io 2026-07-23 22:52

    Hmm well there *is* a bunch of JS source in there but it mostly looks like garden-variety Electron stuff. Looking for a few choice strings didn't pan out and no other files seem like they're big enough to have the data I'm sniffing for. I suppose maybe the data may be shoved in there and compressed and/or encrypted, definitely saw some blocks that might be along those lines. I guess I should load up the game and inspect runtime memory, if I'm lucky more of it is rehydrated then and if I'm REALLY lucky that would include some JS sources

    Open ##4099171