A fork of https://github.com/iw4x/iw4x-client - Call of Duty: Modern Warfare 2 Client
Go to file
2019-09-17 18:47:21 +00:00
deps [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
jenkins [General] Remove package pacman optimize 2018-11-20 20:51:28 +01:00
lib [General] Added VMProtect libraries (I own a license, feel free to DM), Fixed empty name vuln, Fixed javelin glitch. 2018-07-17 14:30:29 +02:00
premake [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
src [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
tools [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
.gitattributes [LineEndings] Add lineendings patch again 2017-01-20 14:37:52 +01:00
.gitignore [General] Ignore 64-bit ida binaries 2017-01-23 21:00:46 -05:00
.gitmodules [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
build.bat [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
CHANGELOG.md Update CHANGELOG.md v0.6.0 2018-12-30 19:18:44 +01:00
CODESTYLE.md [CodeStyle] Basic naming example 2016-11-20 00:20:51 +01:00
generate.bat [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
Jenkinsfile [General] Disable concurrent builds 2018-11-29 15:43:09 +01:00
LICENSE [General] Adjust readme and add license 2019-09-17 18:47:21 +00:00
premake5.lua [General] Adjust project for opensourcing 2019-09-17 18:47:20 +00:00
README.md [General] Adjust readme and add license 2019-09-17 18:47:21 +00:00

license forks stars issues discord

IW4x: Client

Commit message style

[Module] Imperative summary

- points or text

[ci skip]

[ci skip] is optional.

How to compile

  • Run premake5 vs2019 or use the delivered generate.bat.
  • Build via solution file in build\iw4x.sln. (You can use the build.bat script to do it quick and easy.)

Premake arguments

Argument Description
--copy-to=PATH Optional, copy the DLL to a custom folder after build, define the path here if wanted.
--copy-pdb Copy debug information for binaries as well to the path given via --copy-to.
--ac-disable Disable anticheat.
--ac-debug-detections Log anticheat detections.
--ac-debug-load-library Log libraries that get loaded.
--force-unit-tests Always compile unit tests.
--force-exception-handler Install custom unhandled exception handler even for Debug builds.
--force-minidump-upload Upload minidumps even for Debug builds.
--disable-bitmessage Disable use of BitMessage completely.
--disable-base128 Disable base128 encoding for minidumps.
--no-new-structure Do not use new virtual path structure (separating headers and source files).
--enable-dxsdk Enable DirectX SDK (required for GfxMap exporting).

Disclaimer

This software has been created purely for the purposes of academic research. It is not intended to be used to attack other systems. Project maintainers are not responsible or liable for misuse of the software. Use responsibly.