alexandersohn

Results 7 comments of alexandersohn

Hey, thanks for the quick reply. I'll take a look at the things you suggested :)

@nsadeveloper789 thanks for your help. The correct way worked for me :) The UI now looks like this: ![grafik](https://github.com/NationalSecurityAgency/ghidra/assets/150248874/02bef10c-1ebc-4fcd-99b8-0511dd0cf636) The listing window and the decompile window remain empty. Is there...

Ok I got the listing window now after loading the `.elf` as a binary into the project and selecting it using `symbol-file` in the gdb interpreter before connecting to the...

@d-millar the module looks as follows: ![grafik](https://github.com/NationalSecurityAgency/ghidra/assets/150248874/81d2b3fb-5ce4-45e5-b715-43a83c91cd36) I used this script to mock the info proc mappings command. ``` # Override the "info proc mappings" command in GDB to report...

@nsadeveloper789 After clicking the map sections button the synchronization works. Thank you! Now I would like to use the correct memory map of the TriCore processor for mocking the info...

The last thing I would love to get working is to see the value of the variables when hovering over them. Right now I get two different error messages: First:...

And is there an option to adjust the default dump size of 4096 bytes? This doesn't work very well in all scenarios for Tricore