Skip to content

Commit

Permalink
Fix: hyper's mail formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00Jeff committed Apr 21, 2024
1 parent ad49fbb commit d5dda0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ BENCHMARK(BM_PreGenHashTable);

# Conclusion

Clearly there are some better methods to resolve functions rather than exclusively using `GetProcAddress`. We are certain that further experimentation can be done to further optimize function resolving, and we leave that as an exercise to the reader. If someone from the Microsoft Windows development team is reading this, hypervis0r is open for hire, so [hit him up](mailto://hypervis0r@phasetw0.com).
Clearly there are some better methods to resolve functions rather than exclusively using `GetProcAddress`. We are certain that further experimentation can be done to further optimize function resolving, and we leave that as an exercise to the reader. If someone from the Microsoft Windows development team is reading this, hypervis0r is open for hire, so [hit him up](mailto:hypervis0r@phasetw0.com).

All code can be found on the [phasetw0 GitHub repository here](https://github.com/ph4s3tw0/GetProcAddressCaseStudies) and [Jeff's Github](https://github.com/0x00Jeff/BetterGetProcAddress).

Expand Down

0 comments on commit d5dda0f

Please sign in to comment.