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