http://valinet6l6tq6d5yohaa6gdsf2ho4qcqcxyj2nahp5kd4z7nsa6ycdqd.onion/2022/04/12/Upload-desktop-ini-when-using-Nextcloud.html
The disassembly never accesses the string data directly, rather, as we can clearly see from the source code, it’s passed to helper implementations that do stuff for us, like .compare( aka QStringRef::compare . What these helpers receieve is a pointer to this QStringLiteral , so the address of where its data is in memory.