dewolf
dewolf copied to clipboard
Meaningful Named Constants
Proposal
Specific constants can be very important during binary/malware analysis. For example, such constants may be able to give away the crypto routine used. Since in source code, those numbers have a textual representation, we could also try to identify and define them similarly. We should consider both Library API constants and file magic numbers.
Approach
No response