IDA Pro > IDA Pro教程 > 技术问题 > IDA Pro3.1.3.初次配置(3.1.3.Initial configuration)

IDA Pro3.1.3.初次配置(3.1.3.Initial configuration)

发布时间:2022-10-15 15: 46: 13

Hex-Rays Vault authentication
The Lumina server delegates authentication to the Hex-Rays Vault server. That is where the primary source of users
information is located.
Consequently, it is the exact same set of users, with the exact same credentials as those that are able to use the Hex-
Rays Vault server, that will be able to make use of the Lumina server.
Assuming Alice was registered in the Hex-Rays Vault server (and has admin rights), she should be able to use the lc
utility to perform operations on the Lumina server.
NOTE lc is the Lumina command-line administration client, which comes with the Lumina server installer. We
will assume the server has been installed in /opt/lumina/, and thus lc is present in /opt/lumina/lc.
>cd /opt/lumina
>./lc -hlumina.acme.com -ualice -psecr3t info
Hex-Rays Lumina Server v8.0
Lumina time: 2022-09-01 14:28:02, up since 2022-09-01 14:27:58
MAC address: 
Client name: alice *ADMIN*
Client host: 127.0.0.1
>./lc -hlumina.acme.com -ualice -psecr3t users
LastActive Adm Login License User name Email
------------------- --- ----- --------------- --------- --------------
2022-09-01 14:28:04 * alice AA-A11C-AC8E-01 Alice alice@acme.com
# Shown 1 results
"shadow" copy of users in the Lumina server
Although the authority for user management & authentication is the Hex-Rays Vault server, the Lumina server will need to
"shadow" that information for its own database to be in a coherent state.
Every time a user opens a new connection to the Lumina server it will in turn perform a call to the Hex-Rays Vault server
to authenticate the user against the provided credentials.
Depending on the success of that latter call, a "shadow" of the user will be recorded, updated, or deleted from the Lumina
server’s database.
NOTE Not everything is copied to the Lumina server’s shadow users table; in particular, the password hash
isn’t.
Useful environment variables
To facilitate using lc, you may consider defining the following environment variables:
export LUMINA_HOST=lumina.acme.com
export LUMINA_USER=alice
export LUMINA_PASS=secr3t
After that, you can connect to the server effortlessly. For example, this command will print information about the server
and the client:
>./lc info
Hex-Rays Lumina Server v8.0
Lumina time: 2022-09-01 14:28:02, up since 2022-09-01 14:27:58
MAC address: 
Client name: alice *ADMIN*
Client host: 127.0.0.1

...

Hex-Rays Vault认证

Lumina服务器将认证委派给Hex-Rays Vault服务器。主要的用户信息源就在那里。

因此,能够使用Hex-Rays Vault服务器的完全相同的用户组,以及具有完全相同凭据的用户,才能够使用Lumina服务器。

假设Alice在Hex-Rays Vault服务器中注册(并具有管理员权限),则应能够使用lc实用程序在Lumina服务器上执行操作。

注意,lc是Lumina命令行管理客户端,它随Lumina服务器安装程序一起提供。我们将假定服务器已安装在/opt/lumina/中,因此lc存在于/opt/lumina/lc中。

cd/opt/lumina

./lc-hlumina.acme.com-ualice-psecr3t info

Hex-Rays Lumina Server v8.0

Lumina time:2022-09-01 14:28:02,up since 2022-09-01 14:27:58

MAC address:

Client name:alice ADMIN

Client host:127.0.0.1

./lc-hlumina.acme.com-ualice-psecr3t users

LastActive Adm Login License User name Email

2022-09-01 14:28:04*alice AA-A11C-AC8E-01 Alice ACME Laboratories

Shown 1 results

Lumina服务器中用户的“阴影”副本

虽然用户管理和认证的权限归属于Hex-Rays Vault服务器,但Lumina服务器需要将该信息“阴影”到自己的数据库中,以使其数据库保持一致。

每次用户打开到Lumina服务器的新连接时,它将反过来调用Hex-Rays Vault服务器,根据提供的凭据对用户进行认证。

根据后者调用的成功与否,将从Lumina服务器的数据库中记录、更新或删除用户的“阴影”。

注意,并非所有内容都会复制到Lumina服务器的阴影用户表中;特别是密码哈希值不会被复制。

有用的环境变量

为了方便使用lc,您可以考虑定义以下环境变量:

export LUMINA_HOST=lumina.acme.com

export LUMINA_USER=alice

export LUMINA_PASS=secr3t

此后,您就可以轻松连接到服务器了。例如,此命令将打印有关服务器和客户端的信息:

./lc info

Hex-Rays Lumina Server v8.0

Lumina time:2022-09-01 14:28:02,up since 2022-09-01 14:27:58

MAC address:

Client name:alice ADMIN

Client host:127.0.0.1

...

展开阅读全文

标签:

读者也访问过这里:
邀请您进入交流群 点击扫码
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反编译so文件怎么导入 IDA Pro反编译so文件符号全是sub_怎么处理
so文件进入IDA Pro后能不能快速出伪代码、能不能看到像样的函数名,关键取决于两点:导入时架构与加载方式是否选对,符号与调试信息是否存在并被正确加载。下面按实际排查顺序,把导入步骤和sub_满屏时的处理路径一次讲清楚。
2026-03-06
IDA Pro反汇编51怎么加载文件 IDA Pro反汇编51指令集识别错误怎么修正
做51固件反汇编时,加载阶段的选择会直接决定后面看到的是可读的指令流,还是一片看似随机的字节。因为51也叫MCS-51,程序存储器与数据存储器是分离的地址空间,IDA里如果只把文件当成单一内存段塞进去,后续的SFR映射、向量表识别、以及代码数据区分都会被带偏。
2026-03-06
IDA Pro arm decompiler怎么启用 IDA Pro arm decompiler反编译结果空白怎么处理
在IDA Pro里,arm decompiler能不能用,取决于你是否安装并加载了反编译插件、许可证是否覆盖ARM,以及目标函数是否被正确识别成可反编译的“函数体”。很多人看到伪代码窗口空白,第一反应是工具坏了,其实更常见的是加载链路缺一环,或函数边界与类型信息不完整,导致反编译器选择静默失败或不给输出。
2026-03-06
IDA Pro反编译插件怎么安装 IDA Pro反编译插件显示不出伪代码是怎么回事
很多人说的“反编译插件”,在IDA Pro里通常指Hex-Rays Decompiler这一套反编译组件,以及依赖它的增强插件。安装要点是把对应版本与架构的组件放到正确目录,并让IDA在启动时加载到菜单里;伪代码出不来,多半是组件没装对、没授权、没加载,或当前函数与当前处理器类型不满足反编译条件。
2026-03-05
IDA Pro反汇编工具怎么使用 IDA Pro反汇编工具指令流怎么看得更清楚
用IDA Pro做反汇编,第一步不是急着看函数,而是把装载方式、CPU架构、基址和分析选项对齐,让自动分析先把骨架搭出来。后面你觉得指令流乱、跳转看不懂,大多是代码与数据没分清、函数边界没修正、类型信息缺失这三类问题叠加造成的。
2026-03-04
IDA Pro教程怎么入门 IDA Pro教程里函数识别怎么学习
学IDA Pro更像学一套看图读谱的方法,先把界面里的信息流跑通,再把常用动作练到肌肉记忆,最后才是提高识别率与阅读效率。函数识别是入门后最容易卡壳的点,因为它既依赖自动分析,也依赖你手动补边界、补类型与补命名的习惯,还要会用FLIRT和Lumina这类“外部知识库”。
2026-03-03

通过微信咨询我们

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

读者也喜欢这些内容: