Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Added EXPERIMENTAL_OPTIMIZATION
Browse files Browse the repository at this point in the history
  • Loading branch information
RenardDev committed Oct 4, 2021
1 parent 4249dbd commit 178a29f
Show file tree
Hide file tree
Showing 3 changed files with 224 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ClassFromRTTI/ClassFromRTTI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int main() {
_CRT_UNUSED(getchar());

uintptr_t unTestingRVA = cRTTI2.GetVTableOffsetFromModule(hTestDLL, "TestingDLL");
printf("TestingDLL (RVA) = 0x%X\n", unTestingRVA);
printf("TestingDLL (RVA) = 0x%IX\n", unTestingRVA);
high_resolution_clock::time_point t1;
high_resolution_clock::time_point t2;
t1 = high_resolution_clock::now();
Expand Down
Loading

0 comments on commit 178a29f

Please sign in to comment.