Refactor the crc32 method

Signed-off-by: Graham <gpe@openrs2.dev>
Graham 4 years ago
parent 3f59e1764c
commit 8887b0a1e9
  1. 24
      share/deob/map/client.yaml

@ -10219,7 +10219,7 @@ fields:
name: "anInt5247" name: "anInt5247"
client!ub.b [I: client!ub.b [I:
owner: "Class169" owner: "Class169"
name: "anIntArray591" name: "CRC32_TABLE"
client!ub.c Ljava/lang/String;: client!ub.c Ljava/lang/String;:
owner: "LocalisedText" owner: "LocalisedText"
name: "MAINLOAD10B" name: "MAINLOAD10B"
@ -15546,11 +15546,11 @@ methods:
locals: locals:
16: "local16" 16: "local16"
client!cn.a (II[B)I: client!cn.a (II[B)I:
owner: "Static12" owner: "Buffer"
name: "method2321" name: "crc32"
arguments: arguments:
0: "arg0" 2: "bytes"
2: "arg1" 0: "len"
locals: {} locals: {}
client!cn.a (Z)Ljava/lang/Object;: client!cn.a (Z)Ljava/lang/Object;:
owner: "ReferenceNode" owner: "ReferenceNode"
@ -28328,15 +28328,15 @@ methods:
locals: locals:
13: "local13" 13: "local13"
client!lh.a ([BIII)I: client!lh.a ([BIII)I:
owner: "Static23" owner: "Buffer"
name: "method4818" name: "crc32"
arguments: arguments:
0: "arg0" 0: "bytes"
1: "arg1" 3: "off"
3: "arg2" 1: "len"
locals: locals:
7: "local7" 7: "crc"
9: "local9" 9: "i"
client!lh.b (I)V: client!lh.b (I)V:
owner: "SecondaryNode" owner: "SecondaryNode"
name: "unlinkSecondary" name: "unlinkSecondary"

Loading…
Cancel
Save