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

バイナリデータに対してAuto ModificationsのREGEXが適用されるとマッチしなくてもデータが変わる #108

Open
cos65535 opened this issue Jun 15, 2021 · 1 comment

Comments

@cos65535
Copy link
Contributor

https://github.com/DeNA/PacketProxy/blob/master/src/main/java/core/packetproxy/model/Modification.java#L131 で一度Stringにしてるので壊れる。
少なくともマッチしなかった場合は元データを返すようにする。
できれば、マッチした場合も正規表現で変更された部分だけ変えて他のデータは壊さないようにする。

@funa-tk
Copy link
Contributor

funa-tk commented Jun 15, 2021

何もマッチしないときのパターンは修正済み

@funa-tk funa-tk closed this as completed Jun 15, 2021
@funa-tk funa-tk reopened this Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants