Octavian Dima

Results 16 comments of Octavian Dima

Why it shouldn't be good to announce all releases?

The blacklist should be dynamic or hard-coded?

Should we implement this and check the user page for: * Join Date - don't allow then to talk if it joined that day. * Posts - if he has...

Is the database saved by x64dbg is compressed? It also happened to me so I checked the database which was around 40 MB and saw it is not compressed, the...

Update RED4ext to version [1.8.0](https://github.com/WopsS/RED4ext/releases/tag/v1.8.0).

Can you move the file to a new directory? Maybe `zoltan`. If we do this people might get confused with the `typedefs`.

Nice! Does it also support namespaces? And custom math? Like `CBaseFunction_Execute = addr - img_base` so we get only the RVA?

Nice! Thanks :D

Looking at [HashMap::ForEach](https://github.com/WopsS/RED4ext.SDK/blob/master/include/RED4ext/HashMap.hpp#L121-L136) I don't really understand how it works, don't we need a custom iterator?