Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy icon indicating copy to clipboard operation
Java-Android-Magisk-Burp-Objection-Root-Emulator-Easy copied to clipboard

Add latest Ghidra

Open freeload101 opened this issue 3 weeks ago • 0 comments

  • also include any symbol resolve scripts is needed example:


Loading file:///C:/BACKUP/TOOLS/JAMBOREE_64/libflutter.so?MD5=fec69530b6a0b30d08abf45fd3fb7167...
Setting block .data.rel.ro to read-only
Setting block .fini_array to read-only
Setting block .init_array to read-only
Setting block .dynamic to read-only
Installed 3 Rust cspec extensions
------------------------------------------------

Linking the External Programs of 'libflutter.so' to imported libraries...
  [libc.so] -> not found in project
  [libdl.so] -> not found in project
  [libm.so] -> not found in project
  [libandroid.so] -> not found in project
  [libEGL.so] -> not found in project
  [libGLESv2.so] -> not found in project
  [liblog.so] -> not found in project
  [libjnigraphics.so] -> not found in project
------------------------------------------------

Resolving External Symbols of [/libflutter.so] - 473 unresolved symbols, no external libraries configured - skipping

Write-Message  -Message  "Downloading SAI Split Package Installer" -Type "INFO"
$downloadUri = ((Invoke-RestMethod -Method GET -Uri "https://api.github.com/repos/NationalSecurityAgency/ghidra/releases/latest").assets | Where-Object name -like *.zip).browser_download_url
downloadFile "$downloadUri" "$VARCD\ghidra.zip"
``


add : build-tools;35.0.0 patch-apk.py

add path: C:\BACKUP\TOOLS\JAMBOREE_arm64\cmdline-tools\latest\bin

freeload101 avatar Dec 28 '25 16:12 freeload101