m0skit0 wrote:Why if encoding is UTF32 you cannot have buffer overflows?
sure well actually there indeed may still be buffer overflows in there, but I mean, if we kept using this UTF32-like style for a bof, inserted data would stay XX 00 00 00 XX 00 00 00 XX 00 00 00 like, so it wouldn't be of any use if overwriting ra with some XX 00 00 00
indeed if there were a way to somehow inject data as a XX XX XX XX XX XX XX XX XX XX XX XX UTF32-like thing there may be a way, but I doubt it would be so easy as to just be able to insert data like this
I tried inserting such data with some BB BB BB BB BB BB BB BB BB BB BB BB [...] but it didn't overwrite any register with BB BB BB BB or anything, ok it crashed, but registers looked just totally random
so I doubt nabnab ever found anything, there ay be a way but it wouldn't be a really obvious one then I guess