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
For IDA, there is a -T command line option (https://hex-rays.com/products/ida/support/idadoc/417.shtml) which enables setting the specific file type. This can assist with shellcode analysis, such as situations when the file type is incorrectly determined (e.g. Esp8266RomImage vs Binary).
While setting the processor type works in this circumstance, the incorrect file type thwarts desired analysis.
Uncertain of the equivalent in Ghidra
The text was updated successfully, but these errors were encountered:
For IDA, there is a
-T
command line option (https://hex-rays.com/products/ida/support/idadoc/417.shtml) which enables setting the specific file type. This can assist with shellcode analysis, such as situations when the file type is incorrectly determined (e.g. Esp8266RomImage vs Binary).While setting the processor type works in this circumstance, the incorrect file type thwarts desired analysis.
Uncertain of the equivalent in Ghidra
The text was updated successfully, but these errors were encountered: