mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
7 lines
106 B
Batchfile
7 lines
106 B
Batchfile
@ECHO OFF
|
|
|
|
REM %1 == ToolPath
|
|
REM %2 == ElfFile
|
|
REM %3 == MapFile
|
|
|
|
"%1\objdump.exe" --wide --syms %2 > %3
|