Sebastian Schmidt

Results 12 comments of Sebastian Schmidt

In case you’d like to reverse-engineer the firmware, I’ve written https://github.com/yath/ghidra-xtensa for the CPU but got stuck in provisioning mode and somehow forgot about it. I’ll try to reprovision it...

> The btrfs-enabled duperemove utility has support for consuming fdupes duplicate lists and deduplicating them. Because of this, adding the functionality directly to fdupes itself seems unnecessary. SLOC Directory SLOC-by-Language...

> Oh, I would also suggest changing -D to -B since a simple typo can result in -d (delete!) instead of -D and if they happen to use the -N...

Thanks for your comments. I’m not too familiar with Github’s PR flow and whether it would preserve the history, so I’ve pushed the changes as new commits to the branch,...

> For the pcodetest, I should get around to submitting a PR for this, but, I added these 3 lines: https://github.com/mumbel/ghidra/blob/ded1e8a51e821172214763483d10822e81f49c6b/Ghidra/Extensions/SleighDevTools/pcodetest/build#L28 > > And in pcode_defs.py (not 100% on this,...

FWIW, I got the pcodetests running (and passing :) with gcc -O0 and -O3 and the above mentioned toolchain, but I’ll leave the `pcode_defs.py` changes and the test classes out...

> Also for DWARF, did you try messing with either of the 2 other XML elements in that schema: > `call_frame_cfa value` and `use_formal_parameter_storage` IIUC, CFA doesn’t apply here since...

> > FWIW, I got the pcodetests running (and passing :) with gcc -O0 and -O3 and the above mentioned toolchain, but I’ll leave the `pcode_defs.py` changes and the test...

Hmm, so I’ve had a cursory look at [elf32-xtensa.c](https://github.com/kraj/binutils-gdb/blob/master/bfd/elf32-xtensa.c), and it’s quite some code. I guess I could put that into Java, but realistically, I don’t think anyone is running...