gaulthiergain-tools/bin_analysis_example.json

40 lines
895 B
JSON
Raw Normal View History

{
"unikernels": [
{
"buildPath": "/Users/unicore/buildCompare/lib-sqlite",
"ignoredPlats": [
"linuxu",
"xen"
],
"kernel": "lib-sqlite3_kvm-x86_64.dbg",
"splitSection": ".text",
"displayMapping": true,
"displayStatSize": false,
"displayElfFile": [
"sections"
],
"displaySectionInfo": [],
"findSectionByAddress": [
"0x43a74e"
],
"compareGroup": 1
},
{
"buildPath": "/Users/unicore/buildCompare/app-helloworld",
"ignoredPlats": [
"linuxu",
"xen"
],
"kernel": "lib-redis_kvm-x86_64.dbg",
"splitSection": ".text",
"displayElfFile": [],
"displayMapping": true,
"displayStatSize": true,
"displaySectionInfo": [],
"findSectionByAddress": [
"0x427836"
],
"compareGroup": 1
}
]
}