mirror of
https://github.com/Maschell/GhidraRPXLoader.git
synced 2024-12-18 04:01:56 +01:00
See a908bbeeb5
and 46a85fa5e6
This commit is contained in:
parent
3d667024cc
commit
5e1e6b6133
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -20,11 +20,11 @@ jobs:
|
|||||||
unzip ghidra.zip -d ~/ghidra
|
unzip ghidra.zip -d ~/ghidra
|
||||||
rm ghidra.zip
|
rm ghidra.zip
|
||||||
env:
|
env:
|
||||||
GHIDRA_URL: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_10.4_build/ghidra_10.4_PUBLIC_20230928.zip
|
GHIDRA_URL: https://github.com/NationalSecurityAgency/ghidra/releases/download/Ghidra_11.1_build/ghidra_11.1_PUBLIC_20240607.zip
|
||||||
- name: Execute Gradle build
|
- name: Execute Gradle build
|
||||||
run: ./gradlew
|
run: ./gradlew
|
||||||
env:
|
env:
|
||||||
GHIDRA_INSTALL_DIR: /home/runner/ghidra/ghidra_10.4_PUBLIC/
|
GHIDRA_INSTALL_DIR: /home/runner/ghidra/ghidra_11.1_PUBLIC/
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
|
@ -799,6 +799,10 @@ define pcodeop TLBWrite;
|
|||||||
define pcodeop WriteExternalEnable;
|
define pcodeop WriteExternalEnable;
|
||||||
define pcodeop WriteExternalEnableImmediate;
|
define pcodeop WriteExternalEnableImmediate;
|
||||||
|
|
||||||
|
# This is really used in the altivec version, but since it's a registered pcode op
|
||||||
|
# and due to the way things get @included, this needs to be here
|
||||||
|
define pcodeop vectorPermute;
|
||||||
|
|
||||||
################################################################
|
################################################################
|
||||||
# Macros
|
# Macros
|
||||||
################################################################
|
################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user