Hi, For quite sometime now I've been working on a feed reader. It isn't anything special, but suit…
Iker —
Hello,
I recently bought RemedyBG to try it out since Visual Studio has been so unstable lately.…
nakst —
=== Introduction ===
Modern day secondary storage drives, like SSDs, divide up their storage spa…
Hi and welcome.
Could you explain the reasoning for creating a debugger running in a web browser…
Hi, I just found this site and wanted to share my debugger for more people to use it.
Github:…
Hey everyone, i have 2 weeks of vacation so i plan to work more on Todool these weeks.
I opened …
Ok, I understand it now. Thank you for answering!
aolo2I'll add that the "standart" (as in Visual Studio) way of doing this is having a separate ta…
That is the point of this - to not create vtables to allow memcpy'ing around. Usually alternative…
But if I make my own vtable then it still not solve this. The next time I run the program, all th…
Because when you run your exe next time, OS loads it into different location - so all your pointe…
There's something I still don't understand. When I make a virtual function, the compiler adds a f…
when you want to recycle an object's allocation but as a different subclass.
That is technically…
Another disadvantage that Casey pointed out is that you can't change it at runtime. I can't reall…
Yes, that is correct. Not only vtable pointer itself can change, but also all the methods it poin…
Is it because the vtable is a compiler implementation detail and you can't access it? So if you t…
Not serializable means you cannot memcpy it to byte buffer for saving/restoring later, or for sav…
Hi,
Recently I tried to use the "GAN Theft Auto" sample dataset from YouTuber Sentdex to make my…
I heard Casey said in one of his clip is that he hate virtual function because it's not serializa…
Alexey —
I'll add that the "standart" (as in Visual Studio) way of doing this is having a separate tab cal…
Hello again, everyone! Just in time for July, we have a project update for the month of June.
If…
A year ago I tried to understand the System V ABI for passing arguments when I was doing some ass…
DD-DianaWhen debugging small programs, I find it more useful/faster to watch `__params` and `__lo…
The major item this month for me was the feature between Windows and Linux JIT implementations. G…
Jason —
Sorry you had to go through that but glad you're okay.
Glad you're OK. Stay safe.
Hi there,
i normally dont post personal stuff, but this is really important for everyone in this…
When debugging small programs, I find it more useful/faster to watch `__params` and `__locals` th…
Miles —
Thanks for the writeup, it did clarify things for me.
In Sir Happenlance, our entities have a un…