135 Commits

Author SHA1 Message Date
Albert24GG
1ef287c535 Use data from .so file instead of the one loaded into the process 2024-03-01 21:00:53 +02:00
Albert24GG
ede86928d8 Handle situations when displacement is negative 2024-03-01 20:44:54 +02:00
Albert24GG
5daaee321a Replace Address type with usize 2024-03-01 20:44:18 +02:00
Albert24GG
41fbb8b4b6 Merge branch 'main' into linux 2024-03-01 20:32:24 +02:00
Albert24GG
fe920e1426 Rename util directory to os 2024-03-01 19:42:44 +02:00
a2x
a4b9e4abe6 Shorten some signatures 2024-03-02 01:44:43 +10:00
a2x
7d5de35805 Remove Address struct 2024-03-02 01:21:34 +10:00
a2x
0bc7cf7b20 Rename util directory to os 2024-03-02 01:04:55 +10:00
a2x
5ea4fd7796 Update windows dependency version to 0.54 2024-03-02 01:03:22 +10:00
a2x
127cd110bb Remove redundant doc comments 2024-03-02 01:02:58 +10:00
Albert24GG
a8796e289f
Merge branch 'a2x:main' into linux 2024-02-29 22:26:27 +02:00
Albert24GG
0bb4e59be8 Port "dump interfaces" to linux 2024-02-29 22:25:17 +02:00
Albert24GG
2314d4d492 Allow to add signed integers to Address variables 2024-02-29 22:23:52 +02:00
a2x
c731cab0a0 📦 Game Update 13995 2024-02-29 12:15:52 +10:00
Albert24GG
f2f607c7ac Parse the modules as elf files 2024-02-27 23:29:30 +02:00
Albert24GG
75492a30d6 Add implementation for linux systems 2024-02-25 23:37:56 +02:00
a2x
1e91adc720
Merge pull request #76 from Xsintashi/main
NetworkGameClient DeltaTick Signature
2024-02-24 11:19:39 +10:00
xs9
fc4098f083 Game Update 13994 (2) 2024-02-23 14:32:56 +01:00
xs9
89d4c43221 NetworkGameClient DeltaTick Signature 2024-02-23 14:17:49 +01:00
a2x
d267a60b7d Added dwGameTypes and dwGameTypes_mapName 2024-02-17 12:21:21 +10:00
a2x
b4da9a1f38 📦 Game Update 13994 2024-02-17 11:43:15 +10:00
a2x
209c3232ce 📦 Game Update 13993 2024-02-16 21:37:53 +10:00
a2x
cd30a731df 📦 Game Update 13992 (2) 2024-02-15 12:05:13 +10:00
a2x
b87c44371c
Merge pull request #68 from Czy2019/main
📦 Game Update 13992
2024-02-13 14:30:26 +10:00
Czy2019
463d3e40b4 📦 Game Update 13992
new offsets
2024-02-13 12:06:47 +08:00
Czy2019
3b23b1581e 📦 Game Update 13991 2024-02-13 11:24:46 +08:00
a2x
43332fef9a 📦 Game Update 13990 2024-02-09 12:39:28 +10:00
a2x
4ef13c300a 📦 Game Update 13989 2024-02-09 10:36:46 +10:00
a2x
c64fe901db 📦 Game Update 13988 2024-02-08 12:47:26 +10:00
a2x
d6a68b1ead 📦 Game Update 13987 2024-02-07 14:11:05 +10:00
a2x
af4f2b7171 Add game info 2024-01-23 16:18:20 +10:00
a2x
525e41d33b 📦 Game Update 13985 (2) 2024-01-23 10:54:17 +10:00
a2x
c45c562699 Fix dwViewAngles pattern 2024-01-21 00:20:58 +10:00
a2x
b1ea8d33d4 📦 Game Update 13985 2024-01-20 17:14:53 +10:00
a2x
273ff41717
Merge pull request #51 from superyu1337/main
📦 Game Update 13984
2024-01-05 17:18:26 +10:00
Janek
023c7c76c9 📦 Game Update 13984 2024-01-05 02:00:39 +01:00
a2x
861de6f984
Merge pull request #47 from superyu1337/main
Include build number in generated files
2023-12-30 15:38:24 +10:00
Janek
ac4064c740 📦 Game Update 13983
Okay, not actually a game update. But the offset files now have the build number, which is very cool indeed.
2023-12-30 04:18:05 +01:00
Janek
78be5fb378 Update offsets.rs
- Add game build number to offsets file, for more info, see https://github.com/a2x/cs2-dumper/issues/45
2023-12-30 04:16:39 +01:00
a2x
9a13b18e5b 📦 Game Update 13983 2023-12-22 13:24:05 +10:00
a2x
89cbead574 📦 Game Update 13982 2023-12-19 14:48:27 +10:00
a2x
8aa2b8400c Fix dwForceAttack and dwForceAttack2 patterns 2023-12-15 01:24:02 +10:00
a2x
a69276402b 📦 Game Update 13981 (2) 2023-12-14 21:59:52 +10:00
a2x
5c0e0dc831 Fix typo 2023-12-14 11:16:28 +10:00
a2x
e178b41cdf 📦 Game Update 13981 2023-12-14 11:12:24 +10:00
a2x
a4e5aea2ea Check for config.json file existence before proceeding 2023-12-14 11:10:39 +10:00
a2x
bcab0660f8 📦 Game Update 13980 (2) 2023-12-12 09:22:04 +10:00
a2x
70563cd87f Add '*.yaml' to .gitattributes 2023-12-08 18:07:23 +10:00
a2x
1688e3e04c 📦 Game Update 13980 2023-12-08 13:41:58 +10:00
a2x
dfdc048708
Update README.md 2023-12-07 21:50:17 +10:00