Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

処理が合ってるか怪しい #12

Open
marihachi opened this issue May 23, 2018 · 0 comments
Open

処理が合ってるか怪しい #12

marihachi opened this issue May 23, 2018 · 0 comments

Comments

@marihachi
Copy link
Contributor

marihachi commented May 23, 2018

APICフレームの解析だけど、ここの処理あってるかな?合ってると確信できなかったから一応

var removeCount = 0;
file.Skip(1);
removeCount += 1;
while (file.ReadAsByte() != 0x00U) removeCount++;
file.Skip(1);
removeCount += 1;
while (file.ReadAsByte() != 0x00U) removeCount++;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant