Quote:
Originally Posted by sekazi
Is there instructions somewhere on how you find the files you are editing?
|
It's all in libnickel and nickel. For libnickel, you need to disassemble it with something like Hopper, objdump, or IDA (but don't use Radare, it's too slow for this). For nickel, most of the useful stuff can be extracted with cssextract (comes with kobopatch).
It's the kind of thing you learn by taking a look and trying different things. For CSS, the Qt docs document the properties, and for the disassembly, ARM Kiel has useful information.