IDA Pro > IDA Pro教程 > 技术问题 > 2.2.2.IDA Pro安装服务器( Installing the server)

2.2.2.IDA Pro安装服务器( Installing the server)

发布时间:2022-10-15 15: 11: 32

  The Hex-Rays Vault server can be installed on Linux servers.We have tested it on Debian and Ubuntu,but other major

 flavors of Linux should be fine too.

 To install the server,run the Hex-Rays Vault installer as root and follow the instructions(the server will not require root

 permissions;only the installer does.)

 TIP If your Linux system is based on systemd(e.g.,Debian/Ubuntu,Red-Hat,CentOS,...),it is recommended to

 let the installer create systemd units so that the server will start automatically at the next reboot.

 Once the server is installed,it will be necessary to activate its license.

 Activating the server license

 In order for the Hex-Rays Vault server license to be activated,it must be bound to a Host ID(an Ethernet MAC address.)

 From a command prompt,run/sbin/ifconfig,and lookup the"ether"address for the network interface through which

 the server will be accessible.

 >/sbin/ifconfig

 enp4s0:flags=4163mtu 1500

 [...snipped...]

 ether bf:e2:91:10:58:d2 txqueuelen 1000(Ethernet)

 [...snipped...]

 In this case,our mac address is:bf:e2:91:10:58:d2

 Copyright(c)2022 Hex-Rays SA

 Page 4 of 25

 You will be able to activate both Hex-Rays Vault server and Lumina server in one activation if you have also the Host ID of

 your Lumina server.

 Go to https://hex-rays.com/activate,and submit both the ida.key file and your MAC address.You will then receive

 another e-mail with instructions to download the following files:

 •hexvault.crt

 •hexvault.key

 •hexvault.lic

 Those need to be copied in the Hex-Rays Vault installation directory.As root:

 >cd/opt/hexvault

 >cp.../path/to/hexvault.crt.

 >cp.../path/to/hexvault.key.

 >cp.../path/to/hexvault.lic.

 >chown hexvault:hexvault hexvault.crt hexvault.key hexvault.lic

 >chmod 640 hexvault.crt hexvault.key hexvault.lic

 Creating the initial database

 At this point,the server should be ready to run.

 CAUTION If your system is already in production and hosts files,skip this section.Using the--recreate

 -schema option as in the example below,will re-create an empty database and lose all history.

 On the first install,you will need to initialize the database the server will use:

 >sudo-u hexvault./vault_server--config-file hexvault.conf\

 --vault-dir./files\

 --recreate-schema

 >2022-04-14 14:30:28 Vault Server v1.0 Hex-Rays(c)2022

 >2022-04-14 14:30:28 Database initialized;exiting.

 Testing the server

 Now that the server is installed and has a database to work with,we can test that it works:

 >sudo-u hexvault./vault_server--config-file hexvault.conf\

 --certchain-file hexvault.crt\

 --privkey-file hexvault.key\

 --license-file hexvault.lic\

 --vault-dir./files

 >2022-04-14 14:35:47 Vault Server v1.0 Hex-Rays(c)2022

 >2022-04-14 14:35:47 Using a license with 5 seats

 >2022-04-14 14:35:47 Listening on 0.0.0.0:65433...

 Good,the server appears to run!(If you are observing more worrying messages than this one,please refer to the

 troubleshooting section.)

 At this point,you may want to either let the server run,or stop it(Ctrl+C will do)and restart it using systemd:

 >systemctl restart hexvault.service

 ...and make sure it runs:

 >ps aux|grep vault_server

 hexvault 58246 0.0 0.0...

 Copyright(c)2022 Hex-Rays SA

 Page 5 of 25

 If you don’t see a running vault_server process,please refer to the systemd diagnostic tools(e.g.,journalctl)for more

 info.

 

中文翻译如下:

2.2.2. 安装服务器

Hex-Rays Vault 服务器可以安装在 Linux 服务器上。我们已在 Debian 和 Ubuntu 上进行了测试,但其他主要版本的 Linux 也应该可以。要安装服务器,请以 root 身份运行 Hex-Rays Vault 安装程序并按照说明操作(服务器不需要 root 权限,只有安装程序需要)。

提示:如果您的 Linux 系统基于 systemd(例如 Debian/Ubuntu,Red-Hat,CentOS 等),建议让安装程序创建 systemd 单元,以便服务器在下一次重新启动时自动启动。

安装服务器后,需要激活其许可证。为了激活 Hex-Rays Vault 服务器许可证,必须将其绑定到主机 ID(以太网 MAC 地址)。从命令提示符中运行 /sbin/ifconfig,并查找服务器将通过其中的网络接口可访问的“ether”地址。

/sbin/ifconfig

enp4s0: flags = 4163 mtu 1500

[...snipped...]

ether bf:e2:91:10:58:d2 txqueuelen 1000 (Ethernet)

[...snipped...]

在本例中,我们的 MAC 地址是:bf:e2:91:10:58:d2

您将能够在 License Activation 上激活 Hex-Rays Vault 服务器和 Lumina 服务器,如果您还拥有 Lumina 服务器的主机 ID。提交 ida.key 文件和您的 MAC 地址后,您将收到另一封电子邮件,其中包含下载以下文件的说明:

•hexvault.crt

•hexvault.key •hexvault.lic

这些文件需要复制到 Hex-Rays Vault 安装目录中。以 root 身份:

cd /opt/hexvault

cp .../path/to/hexvault.crt.

cp .../path/to/hexvault.key.

cp .../path/to/hexvault.lic.

chown hexvault:hexvault hexvault.crt hexvault.key hexvault.lic chmod 640 hexvault.crt hexvault.key hexvault.lic

创建初始数据库

此时,服务器应准备好运行。 注意:如果您的系统已经处于生产状态并托管文件,请跳过此部分。在下面的示例中使用--recreate-schema 选项,将重新创建一个空数据库并且会丢失所有历史。

在第一次安装时,您需要初始化服务器将使用的数据库:

sudo -u hexvault ./vault_server --config-file hexvault.conf --vault-dir ./files --recreate-schema

2022-04-14 14:30:28 Vault Server v1.0 Hex-Rays (c) 2022

2022-04-14 14:30:28 Database initialized; exiting.

测试服务器

现在服务器已经安装并且有了可用的数据库,我们可以测试它是否工作正常:

sudo -u hexvault ./vault_server --config-file hexvault.conf --certchain-file hexvault.crt --privkey-file hexvault.key --license-file hexvault.lic --vault-dir ./files2022-04-14 14:35:47 Vault Server v1.0 Hex-Rays(c)2022

2022-04-14 14:35:47 使用 5 个用户许可证 2022-04-14 14:35:47 正在监听 0.0.0.0:65433…

好的,服务器似乎已经运行正常!(如果您看到比这个更令人担忧的消息,请参考故障排除部分。) 此时,您可以让服务器运行,或者停止它(使用Ctrl+C),并使用systemd重新启动它:

systemctl restart hexvault.service

…并确保它正在运行:

ps aux | grep vault_server hexvault 58246 0.0 0.0... Copyright(c)2022 Hex-Rays SA Page 5 of 25

如果您没有看到运行中的vault_server进程,请参考systemd诊断工具(例如journalctl)获取更多信息。

展开阅读全文

标签:

读者也访问过这里:
邀请您进入交流群 点击扫码
400-8765-888 kefu@makeding.com

专业销售为您服务

欢迎添加好友,了解更多IDA优惠信息,领逆向工程学习资料礼包1份!
热门文章
exe反编译工具哪个好?反编译能力强的工具盘点
随着软件技术的发展,exe(可执行文件)已经成为了电脑、手机等多个平台上的主要软件运行格式,而对于exe文件的反编译也成为了逆向工程中不可缺少的一个步骤。本文将介绍一些常用的exe反编译工具,并评价其优缺点,帮助读者选择合适的工具。
2023-04-12
idapro怎么改为中文
IDA Pro是一款功能强大的反汇编和反编译工具,广泛应用于逆向工程和软件开发领域。在使用IDA Pro时,如果我们不习惯英文界面,可以将其改为中文界面。本文将介绍IDA Pro怎么改为中文界面。IDA Pro界面改成中文主要有两种方法,下面是详细介绍。
2023-04-19
c++反编译工具有哪些
反编译C++代码的工具一般是针对可执行文件和库文件的反汇编和逆向分析工具。本文将给大家介绍c++反编译工具有哪些的内容。市面说的c++反编译工具有很多,下面介绍几款使用认识较多的软件。
2023-04-23
ida怎么查找字符串 ida字符串窗口快捷键
在数字化时代,逆向工程作为解密软件和分析程序的关键技术,正日益受到广泛关注。在逆向分析的过程中,IDA(Interactive DisAssembler)是一款备受推崇的工具,它为逆向工程师们提供了强大的功能和灵活的操作。本文将带您深入探讨如何在IDA中查找字符串,优化字符串窗口的使用,并探讨IDA如何将变量转换成字符串,帮助您更加熟练地驾驭这一工具,为逆向分析的世界增添一抹精彩。
2023-09-27
ida如何转伪代码 ida伪代码怎么看
IDA Pro是一款常用的反汇编和反编译工具,可以帮助我们分析二进制文件的实现细节和执行过程,以便更好地理解程序的执行过程和逻辑。在进行逆向工程的过程中,我们经常需要将反汇编结果转换为伪代码,以便更好地进行分析和修改。本文将介绍如何使用IDA Pro转换为伪代码,并简单讲解ida伪代码怎么看。
2023-04-14
最新文章
IDA Pro如何分析多平台程序 IDA Pro怎么做跨平台逆向工程
随着软件系统复杂性的增加,越来越多的应用程序被设计为跨平台运行,从Windows桌面程序、Linux服务端应用,到Android和iOS等移动端APP,再到嵌入式系统固件,程序可能同时支持多种CPU架构(如x86、ARM、MIPS)和操作系统接口(如ELF、PE、Mach-O)。面对这样的挑战,逆向工程师需要具备跨平台分析能力。IDAPro如何分析多平台程序IDAPro怎么做跨平台逆向工程成为当前软件安全分析、协议还原、恶意软件溯源等领域的核心话题之一。
2025-06-26
IDA Pro如何分析硬件固件 IDA Pro怎么做硬件逆向工程
在嵌入式设备安全研究、物联网产品分析、工控系统审计等技术领域,硬件固件的逆向工程逐渐成为关键能力之一。尤其是当固件中包含敏感配置信息、通信协议逻辑或潜在安全漏洞时,研究人员需要依靠专业工具进行深入分析。IDAPro如何分析硬件固件IDAPro怎么做硬件逆向工程这一主题,正是每一个希望深入了解底层系统行为的逆向工程师无法绕开的内容。作为全球领先的反汇编工具,IDAPro提供了多架构、多格式、多功能支持,成为分析硬件固件的首选。
2025-06-26
IDA Pro如何分析加密数据 IDA Pro怎么给加密数据解密
在逆向工程的实际操作中,分析目标程序时最常遇到的问题之一就是“加密数据”。不论是配置文件、通信内容,还是程序内部的关键字符串,这些信息通常会被以某种方式加密存储或传输,以增加破解和分析的难度。针对这种情况,IDAPro如何分析加密数据,IDAPro怎么给加密数据解密就成为了每一位逆向分析人员都必须掌握的重要技能。本文将从加密数据识别、加密算法逆向、自动解密脚本构建等方面,系统解析如何利用IDAPro完成加密数据的分析与还原。
2025-06-26
IDA Pro怎么分析虚拟机代码 IDA Pro虚拟机逆向工程
虚拟机(VM)加密与保护技术在现代软件保护中被广泛应用,它通过将原始指令转换为自定义的“虚拟指令”并在运行时由虚拟解释器执行,从而有效防止逆向分析。这种方法不仅提高了解析门槛,还极大增加了逆向工程的复杂度。面对这种高级保护手段,IDAPro怎么分析虚拟机代码,IDAPro虚拟机逆向工程成为很多逆向人员关注的重点话题。本文将围绕该问题展开,从识别虚拟机存在、分析VM架构、拆解虚拟指令到利用IDA工具进行自动化分析,提供一套系统化的解决路径。
2025-06-26
IDA Pro如何分析加壳程序 IDA Pro怎么给程序脱壳
在逆向工程领域,加壳程序的分析与脱壳处理一直是重要且富有挑战性的任务。尤其是在面对经过各种混淆、防调试和压缩处理的可执行文件时,常规的分析手段往往难以奏效。这时候,IDAPro作为行业内广泛认可的静态分析工具,就展现出了强大的实战价值。无论是定位壳代码、识别壳类型,还是配合脚本与动态分析工具对程序进行脱壳,IDAPro都扮演着核心角色。本文围绕“IDAPro如何分析加壳程序,IDAPro怎么给程序脱壳”展开,从理论认知到操作方法,帮助你掌握应对加壳程序的关键技巧。
2025-06-26
IDA Pro如何分析多架构代码 IDA Pro怎么做跨架构的反汇编
在复杂的嵌入式开发或固件逆向分析场景中,越来越多的系统采用多种处理器架构混合部署,例如主处理器采用ARM,而辅助模块可能采用MIPS、RISC-V甚至x86。针对这类多架构程序进行静态分析时,传统的反汇编工具显得力不从心。而IDA Pro作为一款功能强大的交互式反汇编工具,在支持多架构分析方面具备显著优势。本文围绕“IDA Pro如何分析多架构代码,IDA Pro怎么做跨架构的反汇编”为核心主题,详细说明操作流程与常见问题。
2025-06-26

通过微信咨询我们

欢迎添加好友,了解更多IDA优惠信息,领取逆向工程学习资料礼包1份!