| lea eax, dword [local_d0h] |
| mov dword [esp], eax |
| call sym.r;[gb] |
| lea eax, dword [local_d0h] |
| mov dword [esp], eax |
| call sym.BDL;[gc] |
| mov dword [local_178h], eax
直播分析
| mov dword [esp], eax |
| call sym.r;[gb] |
| lea eax, dword [local_d0h] |
| mov dword [esp], eax |
| call sym.BDL;[gc] |
| mov dword [local_178h], eax
直播分析
- r 这个函数没有返回值,它负责对一个
- local_d0h 给 r 函数处理后又交给了 BDL 继续处理,结果放在了本地变量 local_178h 里
char * 进行处理- local_d0h 给 r 函数处理后又交给了 BDL 继续处理,结果放在了本地变量 local_178h 里
- bd 函数也没返回值,主逻辑里用 local_170h 给它处理了
- 后来以上 local 又给 r 处理了
- 后来它又被取长了
- 后来以上 local 又给 r 处理了
- 后来它又被取长了
dse@susepc:~/catok/retdec/build$ make install
[ 0%] Built target capstone-project
[ 1%] Built target jsoncpp-project
[ 2%] Built target llvm-project
[ 3%] Built target rapidjson-project
[ 4%] Built target tinyxml2-project
[ 5%] Built target elfio-project
[ 6%] Built target libdwarf-project
[ 7%] Built target pelib-project
[ 8%] Built target yaracpp-project
[ 9%] Built target yaramod-project
[ 10%] Built target whereami
[ 11%] Built target retdec-utils
[ 11%] Built target retdec-ar-extractor
[ 12%] Built target retdec-ar-extractortool
[ 13%] Built target retdec-capstone2llvmir
[ 15%] Built target retdec-config
[ 15%] Built target retdec-crypto
[ 19%] Built target retdec-ctypes
[ 19%] Built target retdec-ctypesparser
[ 20%] Built target retdec-demangler
[ 28%] Built target retdec-fileformat
[ 29%] Built target retdec-dwarfparser
[ 29%] Built target retdec-pdbparser
[ 30%] Built target retdec-debugformat
[ 30%] Built target retdec-llvm-support
[ 32%] Built target retdec-loader
[ 33%] Built target retdec-rtti-finder
[ 33%] Built target retdec-stacofin
[ 42%] Built target retdec-bin2llvmir
[ 43%] Built target retdec-bin2llvmirtool
[ 44%] Built target retdec-patterngen
[ 44%] Built target retdec-bin2pat
[ 45%] Built target retdec-configtool
[ 47%] Built target retdec-cpdetect
[ 58%] Built target retdec-fileinfo
[ 59%] Built target retdec-idr2pat
[ 95%] Built target retdec-llvmir2hll
[ 95%] Built target retdec-llvmir2hlltool
[ 95%] Built target retdec-macho-extractor
[ 95%] Built target retdec-macho-extractortool
[ 96%] Built target retdec-pat2yara
[ 96%] Built target retdec-stacofintool
[ 97%] Built target retdec-unpacker
[ 97%] Built target retdec-unpacker-mpress
[ 98%] Built target retdec-unpacker-upx
[ 99%] Built target retdec-unpackertool
[100%] Built target retdec-unpacker-example
[100%] Built target retdec-getsig
Install the project...
-- Install configuration: "Release"
Downloading archive from https://github.com/avast-tl/retdec-support/releases/download/2018-02-08/retdec-support_2018-02-08.tar.xz ...
[ 0%] Built target capstone-project
[ 1%] Built target jsoncpp-project
[ 2%] Built target llvm-project
[ 3%] Built target rapidjson-project
[ 4%] Built target tinyxml2-project
[ 5%] Built target elfio-project
[ 6%] Built target libdwarf-project
[ 7%] Built target pelib-project
[ 8%] Built target yaracpp-project
[ 9%] Built target yaramod-project
[ 10%] Built target whereami
[ 11%] Built target retdec-utils
[ 11%] Built target retdec-ar-extractor
[ 12%] Built target retdec-ar-extractortool
[ 13%] Built target retdec-capstone2llvmir
[ 15%] Built target retdec-config
[ 15%] Built target retdec-crypto
[ 19%] Built target retdec-ctypes
[ 19%] Built target retdec-ctypesparser
[ 20%] Built target retdec-demangler
[ 28%] Built target retdec-fileformat
[ 29%] Built target retdec-dwarfparser
[ 29%] Built target retdec-pdbparser
[ 30%] Built target retdec-debugformat
[ 30%] Built target retdec-llvm-support
[ 32%] Built target retdec-loader
[ 33%] Built target retdec-rtti-finder
[ 33%] Built target retdec-stacofin
[ 42%] Built target retdec-bin2llvmir
[ 43%] Built target retdec-bin2llvmirtool
[ 44%] Built target retdec-patterngen
[ 44%] Built target retdec-bin2pat
[ 45%] Built target retdec-configtool
[ 47%] Built target retdec-cpdetect
[ 58%] Built target retdec-fileinfo
[ 59%] Built target retdec-idr2pat
[ 95%] Built target retdec-llvmir2hll
[ 95%] Built target retdec-llvmir2hlltool
[ 95%] Built target retdec-macho-extractor
[ 95%] Built target retdec-macho-extractortool
[ 96%] Built target retdec-pat2yara
[ 96%] Built target retdec-stacofintool
[ 97%] Built target retdec-unpacker
[ 97%] Built target retdec-unpacker-mpress
[ 98%] Built target retdec-unpacker-upx
[ 99%] Built target retdec-unpackertool
[100%] Built target retdec-unpacker-example
[100%] Built target retdec-getsig
Install the project...
-- Install configuration: "Release"
Downloading archive from https://github.com/avast-tl/retdec-support/releases/download/2018-02-08/retdec-support_2018-02-08.tar.xz ...
duangsues.is_a? SaltedFish
dse@susepc:~/catok/retdec/build$ make install [ 0%] Built target capstone-project [ 1%] Built target jsoncpp-project [ 2%] Built target llvm-project [ 3%] Built target rapidjson-project [ 4%] Built target tinyxml2-project [ 5%] Built target elfio-project…
还有包没下好,100M 左右呢... 估计是过几天的事了,先干别的,到时候看 decompiler 结果怎么样