C++ Class Creator
Hey guys!
I had an idea so I coded this small tool.
It's basically made for reversing structs.
So if you know the class size you just enter the class name & size (hexadecimal) and press New Class.
Then you can add placeholders with custom amount & size if you don't know the name of some items.
At add item just enter the name of your type (for example: float, int, vec3_t etc.) and the size of it, the items name & if you have an array an amount over 1.
With "Fill rest of class" you can create a placeholder that has the size required to reach the final class size given at the beginning.
With end Class you finish the class so you can c6P it into your code
Screenshot with example:
http://i.imgur.com/luRHVdV.jpg
Scans:
https://www.virustotal.com/de/file/3...is/1459892094/
https://virusscan.jotti.org/de-DE/fi...job/m15611lnhl

I had an idea so I coded this small tool.
It's basically made for reversing structs.
So if you know the class size you just enter the class name & size (hexadecimal) and press New Class.
Then you can add placeholders with custom amount & size if you don't know the name of some items.
At add item just enter the name of your type (for example: float, int, vec3_t etc.) and the size of it, the items name & if you have an array an amount over 1.
With "Fill rest of class" you can create a placeholder that has the size required to reach the final class size given at the beginning.
With end Class you finish the class so you can c6P it into your code

Screenshot with example:
http://i.imgur.com/luRHVdV.jpg
Scans:
https://www.virustotal.com/de/file/3...is/1459892094/
https://virusscan.jotti.org/de-DE/fi...job/m15611lnhl

