We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We miss the HMX extension. The currently most up-to-date IDA plugin idp_hexagon supports it.
Since there is almost no public information about the extension, we could use the source of idp_hexagon to create our json files for import.
idp_hexagon
json
The text was updated successfully, but these errors were encountered:
To summerize from n-o-o-n/idp_hexagon#17
logs from hexagon-sim can be used to retrieve the information needed.
hexagon-sim
Hexagon_SDK/x.y.z.w/tools/HEXAGON_Tools/a.b.cd/Tools/target/hexagon/include/hmx_hexagon_protos.h
@hexagon-sim --pmu_statsfile $(TARGET_DIR)/pmu.log \ --archstring "--QDSP6_MX_PRESENT 1 --hmxdebuglvl 5 --hmxdebugfile hmx.log" \ --mv69 --mhmx -- $(TARGET) $(ARG)
static void hmx_enable( void ) { // set bit SSR[26]: 2nd Coprocessor Enable asm volatile( "r0 = ssr\n\t" "r0 = setbit(r0, #26)\n\t" "ssr = r0\n\t" ::: "r0" ); }
Sorry, something went wrong.
No branches or pull requests
We miss the HMX extension. The currently most up-to-date IDA plugin idp_hexagon supports it.
Since there is almost no public information about the extension, we could use the source of
idp_hexagon
to create ourjson
files for import.The text was updated successfully, but these errors were encountered: