Giter VIP home page Giter VIP logo

radarflow2's Introduction

Hello there, I'm Janek - aka superyu1337 👋

I'm a 19 years old hobbyist developer and media encoding enthusiast

  • 🔭 I'm currently learning rust
  • 🎬 My media is being encoded in AV1 😎

Contact me


Anurag's GitHub stats Top Langs

radarflow2's People

Contributors

striezel avatar superyu1337 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

radarflow2's Issues

zoom function

Thank you for publishing the project.
Unfortunately I don't fully understand the zoom function.
Is it possible to rewrite the function so that the localPlayer is permanently centered/tracked with a fixed zoom value?

cs2 pawn schema changed

Hello, after the game is updated, I updated the offset in your project, but I reported an error during the compilation, I hope you can fix it, thank you very much!
Here are the error codes:
error[E0425]: cannot find value dwBuildNumber in module cs2dumper::offsets::engine2_dll
--> src/dma/context/mod.rs:21:115
|
21 | ...fsets::engine2_dll::dwBuildNumber)?;
| ^^^^^^^^^^^^^ not found in cs2dumper::offsets::engine2_dll

error[E0425]: cannot find value m_bIsScoped in module cs2dumper::client::C_CSPlayerPawnBase
--> src/dma/context/mod.rs:107:77
|
107 | batcher.read_into(pawn + cs2dumper::client::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped);
| ^^^^^^^^^^^ not found in cs2dumper::client::C_CSPlayerPawnBase
|
help: consider importing this constant
|
1 + use crate::dma::cs2dumper::client::C_CSPlayerPawn::m_bIsScoped;
|
help: if you import m_bIsScoped, refer to it directly
|
107 - batcher.read_into(pawn + cs2dumper::client::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped);
107 + batcher.read_into(pawn + m_bIsScoped, &mut is_scoped);
|

warning: unused import: crate::dma::cs2dumper::client::C_CSPlayerPawn::m_bIsScoped
--> src/dma/context/mod.rs:2:5
|
2 | use crate::dma::cs2dumper::client::C_CSPlayerPawn::m_bIsScoped;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default

For more information about this error, try rustc --explain E0425.
warning: radarflow (bin "radarflow") generated 1 warning
error: could not compile radarflow (bin "radarflow") due to 2 previous errors; 1 warning emitted

radarflow2-triggerbot

Hi, about this radarflow2-triggerbot branch, how do I start the triggerbot? Is there a command to enter

for some queastions plz

Is it necessary to install an Ubuntu system to use this program, virtualize a Windows 10 computer on the Ubuntu system, and have the Ubuntu system read the memory of the virtualized Windows 10 computer for gaming?

error[E0425]: cannot find value in module --> src/dma/context/mod.rs:106:77 | 106 | batcher.read_into(pawn + cs2dumper::client::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped); | ^^^^^^^^^^^ not found in | help: consider importing this constant | 1 + use crate::dma::cs2dumper::client::C_CSPlayerPawn::m_bIsScoped; | help: if you import , refer to it directly | 106 - batcher.read_into(pawn + cs2dumper::client::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped); 106 + batcher.read_into(pawn + m_bIsScoped, &mut is_scoped); |m_bIsScopedcs2dumper::client::C_CSPlayerPawnBasecs2dumper::client::C_CSPlayerPawnBasem_bIsScoped For more information about this error, try . The following warnings were emitted during compilation:rustc --explain E0425 warning: [email protected]: no suitable 'git' command found! warning: [email protected]: VERGEN_GIT_COMMIT_DATE set to default warning: [email protected]: VERGEN_GIT_SHA set to default error: could not compile (bin "radarflow") due to previous errorradarflow

error[E0425]: cannot find value in module
--> src/dma/context/mod.rs:106:77
|
106 | batcher.read_into(pawn + cs2dumper::client::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped);
| ^^^^^^^^^^^ not found in
|
help: consider importing this constant
|
1 + use crate::dma::cs2dumper::client::C_CSPlayerPawn::m_bIsScoped;
|
help: if you import , refer to it directly
|
106 - batcher.read_into(pawn + cs2dumper::client::C_CSPlayerPawnBase::m_bIsScoped, &mut is_scoped);
106 + batcher.read_into(pawn + m_bIsScoped, &mut is_scoped);
|m_bIsScopedcs2dumper::client::C_CSPlayerPawnBasecs2dumper::client::C_CSPlayerPawnBasem_bIsScoped

For more information about this error, try .
The following warnings were emitted during compilation:rustc --explain E0425

warning: [email protected]: no suitable 'git' command found!
warning: [email protected]: VERGEN_GIT_COMMIT_DATE set to default
warning: [email protected]: VERGEN_GIT_SHA set to default

error: could not compile (bin "radarflow") due to previous errorradarflow
image

run pcileech ...

hi, how am I running in the windows version, I can't figure out how to add the content

image

Help

Does this work without dma ?

Error with qemu plugin and ABI Warnings

Issue: After I compile your rust project i receive errors and warning during runtime.
I tried 2 other programs cloudflow and scanflow-cli they are working fine and they also rely on memflow qemu connectors.

Logs:
Launched webserver at http://192.168.50.1:8000
2023-12-22T17:01:30.200Z WARN [memflow::plugins] MEMFLOW_OS_WIN32 has invalid ABI.
2023-12-22T17:01:30.201Z WARN [memflow::plugins] MEMFLOW_CONNECTOR_COREDUMP has invalid ABI.
2023-12-22T17:01:30.203Z WARN [memflow::plugins] MEMFLOW_CONNECTOR_KVM has invalid ABI.
2023-12-22T17:01:30.205Z WARN [memflow::plugins] MEMFLOW_CONNECTOR_KCORE has invalid ABI.
2023-12-22T17:01:30.207Z WARN [memflow::plugins] MEMFLOW_CONNECTOR_PCILEECH has invalid ABI.
2023-12-22T17:01:30.211Z WARN [memflow::plugins] MEMFLOW_OS_NATIVE has invalid ABI.
2023-12-22T17:01:30.214Z WARN [memflow::plugins] MEMFLOW_CONNECTOR_QEMU has invalid ABI.
2023-12-22T17:01:30.217Z WARN [memflow::plugins] MEMFLOW_CONNECTOR_KVM has invalid ABI.
2023-12-22T17:01:30.219Z WARN [memflow::plugins] MEMFLOW_CONNECTOR_KVM has invalid ABI.
2023-12-22T17:01:30.220Z ERROR [memflow::plugins] unable to find plugin with name 'qemu'.
2023-12-22T17:01:30.220Z ERROR [memflow::plugins] possible available Connector plugins are:
2023-12-22T17:01:30.220Z ERROR [memflow::plugins] outdated/mismatched Connector plugins where found at: /usr/local/lib/memflow/libmemflow_coredump.dev.so, /usr/local/lib/memflow/libmemflow_kvm.x86_64.so, /usr/local/lib/memflow/libmemflow_kcore.dev.so, /usr/local/lib/memflow/libmemflow_pcileech.dev.so, /usr/local/lib/memflow/libmemflow_qemu.dev.so, /usr/local/lib/memflow/libmemflow_kvm.dev.so, /home/luky/.local/lib/memflow/libmemflow_kvm.x86_64.so

Expected behaviour: Rust Program compiles without error message and starts the webserver with the additional info provided by memflow.

After the cs2 update, the radar failed

Hello author, today cs2 has a small update, when the radar is turned on, it will only show my own dot, I tried to update the offset to fix it, but it doesn't seem to work

Now there are some problems with a2x's dumper. It seems that your Radar can't use his dumper, and now his file is changed to. client.dll.rs、engine2.dll.rs。 Offsets.rs has not changed. However, if you enter cargo run, this error will appear:

Thank you very much for your help. I changed the download dumper from URL in build.sh to manually update the offset to solve this problem. But now there are some problems with a2x's dumper. It seems that your Radar can't use his dumper, and now his file is changed to.
client.dll.rs、engine2.dll.rs。 Offsets.rs has not changed. However, if you enter cargo run, this error will appear:
1
2

radarflow2 broken

Perhaps you can create a tutorial video and post it on YouTube?"
I am a user from China, and I really don't know how to install the Memflow plugin. Even after compiling everything, I still can't figure it out. Please, help me solve this problem. I really want to use this program. Thank you very much for your help.
Uploading 9117f47b-bf66-4e09-bc38-c532f8fe2f31.png…

compiling error

error[E0433]: failed to resolve: could not find game_info in offsets
--> src\dma\context\mod.rs:21:55
|
21 | let offset_build_number = cs2dumper::offsets::game_info::buildNumber;
| ^^^^^^^^^ could not find game_info in offsets

For more information about this error, try rustc --explain E0433.
error: could not compile radarflow (bin "radarflow" test) due to previous error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.