Skip to content

The conversion process creates wrong values #3

Description

@Leeful

If you use this to convert bin to js it creates the wrong values.

example.
This is a correct conversion:
0x00008BE9,
0x0F2E6600,
0x0000841F,
0x90000000,
0x08478B48,
0x000082B9

This is what this converter produces:
0xE98B0000;
0x00662E0F;
0x1F840000;
0x00000090;
0x488B4708;
0xB9820000;

The JS to BIN part works perfectly if you use a working code that was made by another converter.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions