You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sections: .data, .rdata, .rsrc. No unicode support.
Each string is separated by null byte. Can use fgets() and strstr().
Create find_string_addr() function in utils.c
Create print_dump_str() function for output
Add edit command
Description
Edit binary
Notes
Ask for starting address.
User inputs a series of bytes (with or without space separators).
Parse input string as bytes, ignoring spaces, keeping track of length.
Replace those bytes and save to new file (for testing).