I thinks that screenshots aren`t necessary here, but I will describe what each button does
1. Convert code from IDA - Converts Code given by IDA to pattern, just like PatSearchNT does it:
2-values > ??,[xx]
4-values > ??,??,??,[xx]
2. Convert RAW hex code - If you paste "raw hex code" to PatSearchNT, for example: 18AB4509C3 and press "Search" it will hang. "Convert from WinHEX" adds semicoln between each 2 signs: 18,AB,45,09,C3
"[spaces] > ," - converts spaces to semicolns: 18 AB 45 09 C3 > 18,AB,45,09,C3 - as up there
3. Fix pattern - It just... Fixes the pattern
converts BL instructions to ??,F?,??,F?
convert jump adresses to ??,??,??,[1/4]x - according to platform (you must select DB2020/A2)
all 4-byte to ??,??,??,?? - I think it`s obvious
At the end, just copy pattern from my app, paste it in PatSearchNT and search it in raw/cxc file
There`s only one know issue:
code copied from IDA must start with ROM:[adress], in other way first line won`t be converter perfectly
Download from my server:
http://zbig992.mydev.../patconvert.exe
If you like this application and find it useful, any donations are welcome. If you want donate - send anything to zbig992@gmail.com via Paypal
Any opinions or ideas, please write it here
//sorry for my English if something is wrong ;x





