duangsues.is_a? SaltedFish
60 subscribers
609 photos
6 videos
91 files
562 links
🌶🐔🐟 duangsuse 的日常
尤其喜欢发些奇奇怪怪的东西
和转载别人的东西
Download Telegram
| 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
直播分析
- r 这个函数没有返回值,它负责对一个 char * 进行处理
- local_d0h 给 r 函数处理后又交给了 BDL 继续处理,结果放在了本地变量 local_178h 里
- bd 函数也没返回值,主逻辑里用 local_170h 给它处理了
- 后来以上 local 又给 r 处理了
- 后来它又被取长了
- local_150h 里面存放了系统时间 time_t
- local_8h 里也是,这是在最后一段逻辑里
- me 函数没有返回值
- BEL 有返回值
- be 也没有
- local_134h 是生成逻辑最后的返回值
在准备更好的分析工具
偷懒的 duangsuse(
刚才读 x86 汇编感觉 GCC 可能没做一些优化?(
(如果 GeekApk 能带来快乐和惊喜,相信我不会介意它“缺乏技术”的
This media is not supported in your browser
VIEW IN TELEGRAM
今天是最后一天了,如果没大进步就算了

毕竟我还有更有用的东西要做,而且我现在的水平的确还有待提升
#rocaloid 有时候感觉 SynthV 的声库 Man-F1 的 man 是 Mandarin (普通话) 的缩写(
但之前的一次测试中扮演了一次男声的角色,不过感觉还是女声拉低的(
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 ...
retdec 看感觉反编译结果特别好看,几乎都能直接拿去重新编译了
This media is not supported in your browser
VIEW IN TELEGRAM
基于 LLVM