Posts by Vashet • 23 points
1 post
-
2
votes1
answer75
viewsQ: Large Number - How to get the value
I have that value v6[0] = 22; *(_QWORD *)&v6[1] = 42949672960069i64; Is there any way I can get the real value of this number? What should I know about reverse engineering ? How to compile this…