Install docker if you haven't yet

Unpack lumina_docker.zip and run following command in extracted folder:
  docker compose up --build

Things should be ready to use at this point and you can freely start containers with "docker compose up" or stop them with "docker compose stop"

In order to use hexvault/lumina you must first login to hexvault to crease admin account and any other accounts you wish to use
To achieve that use hv/hvui tools (they must be patched to accept our self signed certificates) in IDA folder to login to hexvault
Lumina won't work until you login to hexvault and create accounts

Required connection patches for IDA 9.0.240925 (file offsets):
Windows:
  ida.dll:      0x371AB0: A9 -> 00
  ida32.dll:    0x35BBB0: A9 -> 00
  hv.exe:       0x03E130: A9 -> 00
  hvui.exe:     0x108F20: A9 -> 00

Linux:
  libida.so:    0x415AE3: 91 -> 00
  libida32.so:  0x3F5683: 91 -> 00
  hv:           0x05B773: 91 -> 00
  hvui:         0x1D8AA3: 91 -> 00

MacOS (x64):
  libida.dylib:     0x3811E6: 0F 84 -> 90 E9
  libida32.dylib:   0x363096: 0F 84 -> 90 E9
  hv:               0x053836: 0F 84 -> 90 E9
  hvui:             0x146BE6: 0F 84 -> 90 E9

MacOS (arm):
  libida.dylib:     0x333D18: A0 04 00 34 -> 25 00 00 14
  libida32.dylib:   0x31F430: A0 04 00 34 -> 25 00 00 14
  hv:               0x0522A8: A0 04 00 34 -> 25 00 00 14
  hvui:             0x13AFF0: A0 04 00 34 -> 25 00 00 14
