Accessing the contents of Memory RAM & ROM

Hello,

iam not a profi.

I want to read out and print into a txt file the complete content of the Memory RAM & ROM using Parrot OS.

I could do that in C but it should be possible in Parrot OS,too . Of course directly but i couldnt find any help in other Linux forums.

In Basic/C i do this with following code

for i = 1 to n
A = Peek (i)
Print A;
Next i

This Programm displays all content of the whole memory to the screen.

Its similar to C (but it need lot more code ).

In wich way i could display on screen or write into a txt file the whole content of the memory ?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.