Skip to content

Instantly share code, notes, and snippets.

@Romain-P
Created October 26, 2017 08:36
Show Gist options
  • Select an option

  • Save Romain-P/9e1a9ea2de15548ad72768eefcd5ab7e to your computer and use it in GitHub Desktop.

Select an option

Save Romain-P/9e1a9ea2de15548ad72768eefcd5ab7e to your computer and use it in GitHub Desktop.
# Disables RawDataMessage signature checking for Dofus2
---
classPath: com.ankamagames.dofus.logic.common.frames.ServerControlFrame
method: process
before: 2
rpattern:
- getproperty Qname\(PackageNamespace\(""(,"[0-9]+")?\),"content"\)
- getlocal_[0-9]+
- callproperty Qname\(PackageNamespace\(""(,"[0-9]+")?\),"verify"\) 2
patch: |
pushtrue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment