[object Object]
What I’m reading lately: _The Compleat Boucher_
What I’m reading lately: _The Compleat Boucher_
quuxplusone.github.io
What I’m reading lately: The Compleat Boucher
The other day, prompted by someone’s question on SciFi Stack Exchange, I tracked
down Anthony Boucher’s short story “Q.U.R.” It first appeared in
the March 1943 Astounding Science Fiction, but today you can find
it in The Compleat Boucher (2013).
down Anthony Boucher’s short story “Q.U.R.” It first appeared in
the March 1943 Astounding Science Fiction, but today you can find
it in The Compleat Boucher (2013).
[object Object]
Runtime Polymorphism with std::variant and std::visit
Runtime Polymorphism with std::variant and std::visit
C++ Stories
Runtime Polymorphism with std::variant and std::visit
Runtime polymorphism usually connects with v-tables and virtual functions. However, in this blog post, I’ll show you a modern C++ technique that leverages std::variant and std::visit. This C++17 technique might offer not only better performance and value…
C++ – Типизированный язык программирования
[Из песочницы] Перенаправление функций в native-библиотеках на Android
[Из песочницы] Перенаправление функций в native-библиотеках на Android
Хабр
Перенаправление функций в native-библиотеках на Android
В данной статье я немного расскажу о том, как c помощью фреймворка AndHook можно перенаправлять вызовы функций в native-библиотеках. Можно перехватывать вызовы как публичных (экспортируемых функций),...