apex_dma_kvm_pub
Apex Legends QEMU/KVM hack
File Explorer
Download Latest Version (.zip)- config
- build.yml
- logo.png
- windbg_cheat_sheet.txt
- cached_view.rs
- integration.rs
- kernel_exports.rs
- kernel_maps.rs
- kernel_modules.rs
- keyboard.rs
- mem_maps.rs
- module_info.rs
- module_list.rs
- multithreading.rs
- open_process.rs
- process_list.rs
- read_bench.rs
- target_list.rs
- aarch64.rs
- mod.rs
- mod.rs
- x32.rs
- x32_pae.rs
- x64.rs
- mod.rs
- cpu_state.rs
- fileio.rs
- filemap.rs
- mmap.rs
- mod.rs
- mem.rs
- mod.rs
- offset_pt.rs
- os.rs
- process.rs
- double_buffered_iterator.rs
- doublepeek.rs
- mod.rs
- page_chunks.rs
- arch_overlay.rs
- batcher.rs
- cached_view.rs
- cursor.rs
- mod.rs
- remap_view.rs
- mod.rs
- page_cache.rs
- delay.rs
- metrics.rs
- mod.rs
- mod.rs
- mod.rs
- virtual_dma.rs
- mod.rs
- tlb_cache.rs
- def.rs
- mod.rs
- spec.rs
- translate_data.rs
- direct_translate.rs
- mod.rs
- tests.rs
- mem_data.rs
- mem_map.rs
- mod.rs
- keyboard.rs
- mod.rs
- module.rs
- process.rs
- root.rs
- util.rs
- args.rs
- connector.rs
- logger.rs
- mod.rs
- os.rs
- util.rs
- count_validator.rs
- mod.rs
- timed_validator.rs
- address.rs
- byte_swap.rs
- gap_remover.rs
- mem.rs
- mem_units.rs
- mod.rs
- page.rs
- physical_address.rs
- pointer.rs
- error.rs
- lib.rs
- Cargo.toml
- batcher.rs
- read_dummy.rs
- read_win32.rs
- lib.rs
- phys.rs
- util.rs
- vat.rs
- virt.rs
- Vagrantfile
- .gitignore
- Cargo.toml
- README.md
- lib.rs
- Cargo.toml
- README.md
- .clang-format
- find_process.c
- Makefile
- module_dump.c
- module_list.c
- phys_mem.c
- process_list.c
- Makefile
- plist.cpp
- mod.rs
- x86.rs
- mod.rs
- mod.rs
- mod.rs
- mod.rs
- lib.rs
- log.rs
- util.rs
- .gitignore
- binddestr.h
- bindgen.sh
- Cargo.toml
- cbindgen.toml
- cglue.toml
- memflow.h
- memflow.hpp
- memflow_go.yml
- README.md
- verify_headers.sh
- binary-build.yml
- build.yml
- dump_offsets.rs
- open_process.rs
- process_list.rs
- 10_0_18362_X64_0AFB69F5FD264D54673570E37B38A3181.toml
- 10_0_19041_X64_1C9875F76C8F0FBF3EB9A9D7C1C274061.toml
- 10_0_19041_X64_9C00B19DBDE003DBFE4AB4216993C8431.toml
- 10_0_19041_X64_BBED7C2955FBE4522AAA23F4B8677AD91.toml
- 10_0_19041_X86_1B1D6AA205E1C87DC63A314ACAA50B491.toml
- 10_0_19045_X64_5F0CF5D532F385333A9B4ABA25CA65961.toml
- 10_0_22000_X86_55678BC384F099B6ED05E9E39046924A1.toml
- 3_10_511_X86.toml
- 4_0_1381_X86.toml
- 5_2_3790_X64_82DCF67A38274C9CA99B60B421D2786D2.toml
- 6_1_7601_X64_ECE191A20CFF4465AE46DF96C22638451.toml
- 6_1_7601_X86_684DA42A30CC450F81C535B4D18944B12.toml
- pehelper.rs
- x64.rs
- x86.rs
- aarch64.rs
- x64.rs
- x86.rs
- x86pae.rs
- mod.rs
- ntos.rs
- start_block.rs
- sysproc.rs
- mod.rs
- mem_map.rs
- kernel.rs
- kernel_builder.rs
- kernel_info.rs
- keyboard.rs
- module.rs
- process.rs
- unicode_string.rs
- vat.rs
- lib.rs
- plugins.rs
- win32.rs
- build.rs
- Cargo.toml
- generate_offsets.rs
- data.rs
- builder.rs
- mod.rs
- offset_table.rs
- pdb.rs
- symstore.rs
- kernel.rs
- lib.rs
- Cargo.toml
- .gitignore
- Cargo.toml
- install.sh
- LICENSE
- README.md
- config
- main.rs
- .gitignore
- Cargo.toml
- rust-toolchain
- .gitignore
- Cargo.toml
- CHANGES.md
- CONTRIBUTE.md
- LICENSE
- README.md
- RELEASE.md
- runner.sh
- apex_dma.cpp
- build.sh
- Game.cpp
- Game.h
- Makefile
- Math.cpp
- Math.h
- memory.cpp
- memory.h
- offsets.h
- prediction.h
- vector.h
- imconfig.h
- imgui.cpp
- imgui.h
- imgui_draw.cpp
- imgui_impl_dx11.cpp
- imgui_impl_dx11.h
- imgui_impl_win32.cpp
- imgui_impl_win32.h
- imgui_internal.h
- imgui_tables.cpp
- imgui_widgets.cpp
- imstb_rectpack.h
- imstb_textedit.h
- imstb_truetype.h
- Client.rc
- Client.vcxproj
- Client.vcxproj.filters
- Client.vcxproj.user
- main.cpp
- main.h
- overlay.cpp
- overlay.h
- resource.h
- XorString.h
- Client.sln
- main.cpp
- Overlay.vcxproj
- Overlay.vcxproj.filters
- Overlay.vcxproj.user
- Overlay.sln
- apex_guest.sln
- .gitattributes
- .gitignore
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/MisterY52/apex_dma_kvm_pub
Downloads the entire project code from GitHub to your computer.
cd apex_dma_kvm_pub
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
cd apex_guest/Client
This project's files live in a subfolder, so move into it first.
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
3. Rust
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd apex_dma/memflow_lib
This project's files live in a subfolder, so move into it first.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
cd apex_dma
This project's files live in a subfolder, so move into it first.
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
