Elektrine lite

← Feed

@tyalie@chaos.social

Post #2159450

2026-04-17 11:26 UTC

@lineplus it won't be in a known file format. My guess is some 1bit encoding custom stuff

Replies (1)

  • @lineplus@eldritch.cafe 2026-04-17 11:28

    @tyalie Ah it's not standard byte-aligned CPU/microcontroller machine code? Do you have any clue to tell whether this may be using a LZ derivate if it is bit-encoded? For machine code binwalk -A allows to guess architecture through searching for common opcodes and binwalk -E allows to display an entropy graph so that you can check easily for encryption or hard compression

    Open ##2159451