Monstrofil

Results 31 comments of Monstrofil

UP. I also get in trouble trying to use baseurl option and ended up with slightly different code change: #605 @petrsloup , could you please take a look?

UPD: I did this patch for me, it works, but it definitely need to be slightly improved before merge: ``` Index: overpass/api.py IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP UTF-8 =================================================================== ---...

> I'm not sure if this is already known, but `0x16` is extremely useful for World of Tanks because it can tell us when the battle actually starts. This is...

Hi, not really, but If you send me "scripts" folder (like this one https://github.com/Monstrofil/replays_unpack/tree/master/replay_unpack/clients/wot/versions/1_8_0/scripts) I will add it and make some instructions on how to add futher versions.

Just added wot 1.10.0 support: https://github.com/Monstrofil/replays_unpack/commit/bc8e727208665156591bcb021f167360bd892d21 All steps needed to add new version: - copy existing version in replay_unpack\clients\wot\versions and name it like 1_10_0 - replace entity_defs and entities.xml with...

Oh, it seems like decompiled files are little buggy and contain duplicates: https://github.com/StranikS-Scan/WorldOfTanks-Decompiled/blob/1.10/source/res/scripts/entity_defs/Account.def https://github.com/StranikS-Scan/WorldOfTanks-Decompiled/blob/1.10/source/res/scripts/entity_defs/account.def Thus now parser works on Windows but not on Linux, I'll fix it later. Reported initial...

Well, I knew about that vulnerability for a couple of years and never saw anyone who tried to use it in the wild. I don't think that we need detection...

> it wont catch everything unless you check every pickle not a problem actually, just need some safe_pickle.py used in all places in library and some BIG WARNING for anyone...

> Could this be used to unpack replays from earlier versions to newer versions so they can be played by the WOWs client? Theoretically yes, someone can create translator that...

I managed to enable RAWAF according to data that I see in proc/rkisp-vir0, but still all values in isp3x_rawaf_meas_cfg rawaf; structure are just zero's. I also don't see any erros...