Skip to content

Instantly share code, notes, and snippets.

@w1redch4d
Created July 12, 2024 17:26
Show Gist options
  • Save w1redch4d/2bc449f6c2a7b603b76d26bbed9b9be3 to your computer and use it in GitHub Desktop.
Save w1redch4d/2bc449f6c2a7b603b76d26bbed9b9be3 to your computer and use it in GitHub Desktop.
MY IDA layout
{
"layout": {
"main": {
"type": "vsplit",
"children": [
{
"type": "hsplit",
"children": [
{
"type": "vsplit",
"children": [
"Functions",
"Graph overview"
],
"partitions": [
79,
21
]
},
{
"index": 3,
"type": "tabs",
"children": [
{
"type": "hsplit",
"children": [
"IDA View-A",
"Pseudocode-A"
],
"partitions": [
50,
50
]
},
{
"type": "hsplit",
"children": [
"Hex View-1",
"Strings"
],
"partitions": [
45,
55
]
},
{
"type": "hsplit",
"children": [
"Structures",
"Enums"
],
"partitions": [
50,
50
]
},
{
"type": "hsplit",
"children": [
"Imports",
"Exports"
],
"partitions": [
40,
60
]
}
]
}
],
"partitions": [
20,
80
]
},
"Output"
],
"partitions": [
80,
20
],
"area_geom": {
"frame_geometry": [
-8,
-1,
920,
1715
],
"normal_geometry": [
96,
171,
871,
1543
],
"geometry": [
23,
0,
919,
1714
],
"screen_number": 0,
"maximized": true,
"fullscreen": false,
"screen_width": 1715
}
}
},
"widgets_config": {
"IDA View-A": {
"left_margin_width": 75,
"right_margin_width": 343,
"renderer": "graph"
},
"Pseudocode-A": {
"ea": 5368714448,
"left_margin_width": 100,
"right_margin_width": 343
},
"Hex View-1": {
"left_margin_width": 343,
"right_margin_width": 343,
"bytes_per_token": 1,
"tokens_per_line": 16,
"text_encoding": 0,
"show_text": true,
"data_kind": 1,
"int_format": 0
},
"Strings": {
"id": "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF"
},
"Structures": {
"left_margin_width": 0,
"right_margin_width": 343
},
"Enums": {
"left_margin_width": 0,
"right_margin_width": 343
}
},
"focus": "Exports",
"window_state": "789C95544D4BC340149CB422DE040F2196528A1441D0BB78D3D62A220AD68F736D635A6C13C987D27FD0FFE3DD3F6625CE6E6AD4DD40B681CD6E7833F3DE9BB704400AC0FA122FAE0AB0FECEFD6021BEAC4FBEB670853E5E3186C73D468050C4B0447E204DD3EC5CDDE4F7DA726D88B5F895C536978D2E752670714B9D80A7136A667AA9D4C91F1B174830C58B0E3D54A035F4A8C8200618E9F0B9A67CCE22866A112828A28163F80C4E30434452A4A95B470AC5C13D812EDE5470917E13670CF4D9E428A795921C5CCA5262B30C3D39399FD019F3B826A41D926286121A1AE39464318952DA3EDA0C04CC10E186999EB8422E9F3246791B72901E730992517F36CB1BB2C3589F4CA8405BB8960608C37D927E0C31F0F08EFAE2DE8EE56ED44B93573D91AD0B4AC093016937373B2B7305EAFF9925D27823CBDB044C57B1BCF6E7D21AC01D74A8FDC8923C6D46953D6D461D42BDBCA86C5206595A0C85F22FF0CCC202FA56D00D3356BB0AB18E0769B4F8751839562744B43F9039BC12C23779AD0A7E",
"synced": [
[
"view:IDA View-A",
"view:Hex View-1"
]
],
"inf": {
"flat_dto": {
"indent": 16,
"opcode_bytes": 0,
"show_line_prefix": true,
"limiter": 3,
"xrefnum": 2,
"cmt_indent": 40,
"margin": 70
},
"graph_dto": {
"indent": 0,
"opcode_bytes": 0,
"show_line_prefix": false,
"limiter": 0,
"xrefnum": 0,
"cmt_indent": 24,
"margin": 40
},
"show_stack": false,
"show_graph_overview": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment