rising3월 22일· 2 sources

Analyzing Akamai BMP 4.1.3 - Part 1 - For Noobs Learn

Akamai BMP 4.1.3 분석 - 파트 1 - 초보자를 위한 학습 가이드

Why it matters

This article analyzes Akamai BMP 4.1.3's native library protection by examining its encrypted .so binary using IDA Pro. The library's code is encrypted on disk using a custom Speck-like block cipher with 28 rounds operating in CBC mode, and is unpacked at runtime via an .init_proc function that decrypts multiple sections containing code and read-only data. The unpacker parses a Section Protection Data (.spd) table to locate encrypted segments and their corresponding round keys for decryption.

2
Sources
+0
24h
Growth
181d
Active
aes-128-cbcakamai bmparm64cbcida projnipolymorphic dispatcherreverse engineeringspeck cipherunicorn

Sources

Related Issues