lxr1908
这个作者很懒,什么都没留下…
展开
-
dynamoDB本地版本运行(dynamoDB-local)
安装docker及docker-compose环境apt install docker apt install docker-compose 创建配置文件vi docker-compose.yml文件内容如下version: '3.8'services: dynamodb-local: command: "-jar DynamoDBLocal.jar -s...原创 2023-06-26 00:45:00 · 309 阅读 · 0 评论 -
Intel SGX Services探究
Windows10, x64,安装了visual studio,已经安装好了Intel SGX JDK。源码下载:https://github.com/intel/sgx-ra-sample源码说明文件:https://software.intel.com/content/www/us/en/develop/articles/code-sample-intel-software-guard-...原创 2023-07-06 01:32:00 · 207 阅读 · 0 评论 -
sgx_create_enclave函数说明
创建一个Enclave的函数如下:sgx_status_t sgx_create_enclave( const char *file_name, const int debug, sgx_launch_token_t *launch_token, int *launch_token_upd...原创 2023-07-06 23:16:00 · 337 阅读 · 0 评论 -
编译SecureValueRecovery项目
准备下载git clone https://codeup.aliyun.com/6306306f95064d67d44656e5/lxr1907/SecureValueRecovery.git进入目录cd SecureValueRecovery编译enclavemake -C ./enclave等待很长时间下载各种镜像后报错:Fatal error: can't c...原创 2023-07-08 02:12:00 · 384 阅读 · 0 评论 -
ubuntu20.4 sgx环境配置
一、driver安装1.在该下载地址将3个.bin文件下载下来,下载地址:https://download.01.org/intel-sgx/latest/linux-latest/distro/ubuntu20.04-server/2.到下载文件夹下输入下面命令,以赋予.bin文件的执行权限sudo chmod 777sgx_linux_x64_driver_2.11.054c9c...原创 2023-08-05 23:55:00 · 1337 阅读 · 0 评论 -
编译运行Secure Value Recovery Service v2
下载项目git clone https://github.com/signalapp/SecureValueRecovery2.git编译make dockersh报错修改DockerfileARG PROTOC_GEN_GO_GITREV=6875c3d7242d1a3db910ce8a504f124cb840c23aRUN go env -w GOPROXY=ht...原创 2023-07-09 23:21:00 · 468 阅读 · 0 评论 -
编译运行ContactDiscoveryService-Icelake
下载git clone https://codeup.aliyun.com/6306306f95064d67d44656e5/lxr1907/ContactDiscoveryService-Icelake.git或github地址git clone https://github.com/signalapp/ContactDiscoveryService-Icelake按照Readm...原创 2023-07-08 14:13:00 · 518 阅读 · 0 评论 -
Signal-iOS 5.9.0编译问题
1.当我们使用pod管理pod 'SDWebImage/WebP', 执行 pod install 时,发生报错.先看具体报错 :截屏2020-07-06 上午11.12.15.png2.报错产生原因是由于git clone的地址是https://chromium.googlesource.com/webm/libwebp,需要FQ3.不想FQ,可以使用githu...原创 2023-07-12 22:22:00 · 945 阅读 · 0 评论