Skip to content

One error in picoMini 2021 - scrambled-bytes #1

@bernie6401

Description

@bernie6401

First of all, thanks for the very detailed write up for such a newbie like me.

However, the solution code provided in you writeup has a minor but vital problem is that when you read the data you dump from relevant.pcapng and you split the data by \n, the length of this new data variable is not 1992 but 1993, including a null bytes at the end, and this will occur the shuffle result is not the same as original author.

The correct order is [1570, 1152, 1044, 1076, 1344,...] but yours is [1705, 1363, 1044, 1076, 1345, 782,...]. Maybe you can patch this error if you can. But still, thanks a lot for these everything.

Hope you have a good day.

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