[Pin] Encoding Memory Visualization

2024. 10. 22. 18:32ComputerScience/ComputerArchitecture

 

 

 

2024. 10. 22 Tuesday

Visualizatinon - Text memory + CPU Cycle 

CPU Cycle 추가
Scale 문제
dump X

 

 

 

# Summary 

  • 정적으로 컴파일 된 코드 -> objdump로 확인 
  • 동적으로 연결 -> 코드 상에서 프린트 찍어서 확인 
  • 동적이냐 정적이냐 구분해서 분석하는 것 중요
    DLL이랑은 다른 내용 
  • Rust 코드에서 print 구문으로 text 주소 확인하기

 

  • 16진수 메모리 -> 100 단위도 매우 큰 scale 
  • csv 파일 -> Python으로 시각화 at Web - Plotly 

 

 

 

https://plotly.com/python/

 

Plotly

Plotly's

plotly.com

 

 

https://github.com/plotly/plotly.py

 

GitHub - plotly/plotly.py: The interactive graphing library for Python This project now includes Plotly Express!

The interactive graphing library for Python :sparkles: This project now includes Plotly Express! - GitHub - plotly/plotly.py: The interactive graphing library for Python This project now includes P...

github.com

 

 

 

 

개발 문서만 살짝 열어봤는데, 깔끔하고 이쁘네욥 . . ✨

다음주 랩미팅까지는 데이터 시각화를 제대로 돌려와야겠다