Quantcast
Channel: Embedded Software (Read Only)
Viewing all articles
Browse latest Browse all 25965

Forum Post: RE: Get Platform information through the CFG

$
0
0

Clement,
here is the code that will print all objects in the memory map. You can easily adapt it to your needs.

for (var prop in Program.cpu.memoryMap) {
    print("    " + Program.cpu.memoryMap[prop].name
        + ", 0x" + Program.cpu.memoryMap[prop].base.toString(16)
        + ", 0x" + Program.cpu.memoryMap[prop].len.toString(16));


Viewing all articles
Browse latest Browse all 25965

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>