31 lines
573 B
JSON
31 lines
573 B
JSON
{
|
|
"version": 1,
|
|
"main": "luaTest.bin",
|
|
"entry": "__start",
|
|
"segments": [
|
|
{
|
|
"num": 1,
|
|
"name": "SEG1",
|
|
"base": "0x001000",
|
|
"size": 42092,
|
|
"image": "luaTest.bin",
|
|
"entry_offset": "0x0000"
|
|
},
|
|
{
|
|
"num": 2,
|
|
"name": "SEG2",
|
|
"base": "0x040000",
|
|
"size": 45028,
|
|
"image": "luaTest.seg2.bin",
|
|
"entry_offset": "0x0000"
|
|
},
|
|
{
|
|
"num": 3,
|
|
"name": "SEG3",
|
|
"base": "0x050000",
|
|
"size": 36298,
|
|
"image": "luaTest.seg3.bin",
|
|
"entry_offset": "0x0000"
|
|
}
|
|
]
|
|
}
|