scdbg -f shellcode.bin
呼び出されるAPIを列挙する
scdbg -f shellcode.bin -api -s -1
参考
http://sandsprite.com/blogs/index.php?uid=7&pid=152
https://isc.sans.edu/forums/diary/Another+quickie+Using+scdbg+to+analyze+shellcode/24058/
自分用の備忘録。定期的に記事を見直し、修正が必要な部分は修正すること。
scdbg -f shellcode.bin
呼び出されるAPIを列挙する
scdbg -f shellcode.bin -api -s -1
参考
http://sandsprite.com/blogs/index.php?uid=7&pid=152
https://isc.sans.edu/forums/diary/Another+quickie+Using+scdbg+to+analyze+shellcode/24058/