Tired of manually tracking your F1 Manager 2024 career progress? Say hello to the F1 Manager 2024 Logger, a powerful plugin that automatically logs key game data to give you deeper insights into your career!
Features:
✔ Automatic Session Logging✔ Driver & Team Performance Tracking
✔ Customizable Logs – Choose what data to track and export for further analysis.
✔ Easy-to-Read Output – Cleanly formatted logs for quick review.
✔ Historical Data – For even crazier data analysis!
Wiki:
The GitHub's Wiki will contain additional on how to install and configure the plugin: Link
Virus:
Due to an increasing number of messages from concerned users seeing the program being flagged a trojan, here is the why it is detected, and why you should still trust it.What's the memory reader?
Unlike most racing games, F1 Manager 2024 does not make it's data publicly available to users via UDP, this is why the program you're installing on your machines has two purposes:
- Read the memory of F1 Manager 2024,
- Send the recovered data via Mapped Memory (Explanation),
The program uses a library called Memory.dll, among other things, this library can read memory from programs, and this is the only thing I use it for, none of the other features like DLL injections and Memory Writing.
Why is detected as a virus?
Since the features of the library can be used maliciously, Windows commonly flags it is a virus.
How can we be sure you are not using it maliciously?
I've recently made the source code for the Memory Reader publicly available on the GitHub Repository (Under the MemoryReader folder)In here you will find the full source code and process of the memory reader, and you will be able to see it is not doing anything wrong to your machine, just reading the memory of the game.
Features of Memory.dll that I use
- Check if process is running (ID or name) and open, all in 1 function.
, - Read Memory from open processes.
, - AoB scanning with full & partial masking.
, - Inject DLLs and create named pipes to communicate with them.
, - Write to addresses with many different value types.
, - Freeze values (infinite loop writing in threads)
, - Bind memory addresses to UI elements
