Class to get version info(header only) menu

Shout-Out

User Tag List

Results 1 to 2 of 2
  1. #1
    Icesythe7's Avatar Contributor
    Reputation
    232
    Join Date
    Feb 2017
    Posts
    168
    Thanks G/R
    10/112
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Class to get version info(header only)

    Simple class I made to get the version info from any exe you are injected into without needing any version address (like in wow)
    [C++] BuildInfo Class - Pastebin.com

    Usage is as follows

    Code:
    	//get current build info
    	const auto currentBuild = BuildInfo();
    	//compare currentinfo to the info you specify
    	if (currentBuild.version() == BuildInfo::BuildInfoVersion{ 3, 3, 5, 12340 })
    	{
    		//versions match do something
    		std::cout << currentBuild.toString() << "\n";
    	}
    
    	//print just the build number
    	std::cout << currentBuild.version().build_number;
    Last edited by Icesythe7; 04-04-2020 at 03:17 PM. Reason: optimized the class so it cant be used improperly to create overhead

    Class to get version info(header only)
  2. Thanks Corthezz (1 members gave Thanks to Icesythe7 for this useful post)
  3. #2
    Lvv's Avatar Member
    Reputation
    1
    Join Date
    Feb 2020
    Posts
    35
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I don't understand, but I think it's very powerful

Similar Threads

  1. ways for classes to get into old IF
    By kobekid in forum World of Warcraft Exploration
    Replies: 9
    Last Post: 05-31-2007, 06:21 PM
All times are GMT -5. The time now is 12:04 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search