Update 'docs/md/development/dump_data.md'
This commit is contained in:
parent
f797f0de1e
commit
e3d7598927
@ -93,22 +93,22 @@ The data does contain sensitive information such as you account id, so be carefu
|
|||||||
|
|
||||||
## Appendix 1: Code
|
## Appendix 1: Code
|
||||||
|
|
||||||
All code is based on Escape From Tarkov 0.12.9.10519.
|
All code is based on Escape From Tarkov 0.12.9.10900.
|
||||||
|
|
||||||
### 1.1. Deobfuscation method in assembly
|
### 1.1. Deobfuscation method in assembly
|
||||||
|
|
||||||
```csharp
|
```csharp
|
||||||
// Token: 0x0600CDDD RID: 52701 RVA: 0x00400CD0 File Offset: 0x003FEED0
|
// Token: 0x0600CDE1 RID: 52705 RVA: 0x0012380F File Offset: 0x00121A0F
|
||||||
Class2045.smethod_0()
|
public static string smethod_0(int int_0)
|
||||||
{
|
{
|
||||||
return (string)((Hashtable)AppDomain.CurrentDomain.GetData(Class2019.string_0))[int_0];
|
return (string)((Hashtable)AppDomain.CurrentDomain.GetData(Class2045.string_0))[int_0];
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
### 1.2. Deobfuscation command
|
### 1.2. Deobfuscation command
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
de4dot-x64.exe --un-name "!^<>[a-z0-9]$&!^<>[a-z0-9]__.*$&![A-Z][A-Z]\$<>.*$&^[a-zA-Z_<{$][a-zA-Z_0-9<>{}$.`-]*$" "Assembly-CSharp-cleaned.dll" --strtyp delegate --strtok 0x0600CDD7
|
de4dot-x64.exe --un-name "!^<>[a-z0-9]$&!^<>[a-z0-9]__.*$&![A-Z][A-Z]\$<>.*$&^[a-zA-Z_<{$][a-zA-Z_0-9<>{}$.`-]*$" "Assembly-CSharp-cleaned.dll" --strtyp delegate --strtok 0x0600CDE1
|
||||||
```
|
```
|
||||||
|
|
||||||
### 1.3. Request dumper patch
|
### 1.3. Request dumper patch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user