Commit Graph

101 Commits

Author SHA1 Message Date
R. Ryantm
19e986a191 ghidra-extensions.findcrypt: 3.0.2 -> 3.0.3 2024-12-08 17:59:55 +00:00
Tomodachi94
9b37174df0 ghidra: pin to Gradle 8 2024-11-26 02:54:03 +00:00
Philip Taron
091621ce37
ghidra: add wasm extension (#349645) 2024-11-25 07:43:12 -08:00
R. Ryantm
121eeb599b ghidra-extensions.lightkeeper: 1.1.1 -> 1.2.0 2024-11-21 14:07:36 +00:00
Bonus
4167057b32
ghidra: add wasm extension 2024-11-19 23:39:03 +01:00
Jörg Thalheim
20b4d001cb
ghidra-bin: 10.4 -> 11.2.1, add aarch64 (#354359) 2024-11-08 11:25:37 +01:00
John Chadwick
95faddaab7 ghidra-bin: add aarch64 platforms 2024-11-07 18:54:48 -05:00
John Chadwick
647cac40fb ghidra-bin: 10.4 -> 11.2.1 2024-11-07 18:28:48 -05:00
Emily
3a6d4d006a
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc (#354197) 2024-11-07 18:16:05 +00:00
Reno Dakota
52bf1163fa
treewide: use getLib when accessing clang / libclang / stdenv.cc.cc
In preparation to eliminate the lib output for the unwrapped clang, use
`lib.getLib` to access the `lib` output.
2024-11-07 10:27:41 +00:00
John Chadwick
41fbbcabc7 ghidra: 11.2 -> 11.2.1 2024-11-06 10:51:29 -05:00
Emily Trau
ff947ad0d2 ghidra-extensions: fix package sorting 2024-10-25 12:54:35 +11:00
Ivy Fan-Chiang
1d53554f15
ghidra-extensions.ghidra-golanganalyzerextension: init at 1.2.4 2024-10-24 21:23:19 -04:00
R. Ryantm
c7d1a33381 ghidra-extensions.findcrypt: 3.0.1 -> 3.0.2 2024-10-05 02:34:32 +00:00
h7x4
1f4aff3f50
ghidra: add findcrypt extension (#343256) 2024-10-04 23:56:51 +02:00
John Chadwick
05071d58a8 ghidra-extensions.ret-sync: fix for ghidra 11.2 2024-10-04 08:02:42 -04:00
John Chadwick
55367b381a ghidra: 11.1.2 -> 11.2 2024-09-27 12:45:36 -04:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Bonus
a8fe9a45ae
ghidra: add findcrypt extension 2024-09-21 20:57:31 +02:00
R. Ryantm
ec32dd4de6 ghidra-extensions.lightkeeper: 1.1.0 -> 1.1.1 2024-09-13 04:57:53 +00:00
roblabla
04395d8b60 ghidra: Fix build under gradle 8.9+
This is applying the recommended upstream fix from
30628db2d0
2024-09-10 13:57:31 +02:00
John Chadwick
521380e506 ghidra-extensions.ghidra-delinker-extension: 0.4.0 -> 0.5.0 2024-08-22 17:17:40 -04:00
Sandro
c511e48ab5
Merge pull request #328947 from jchw-forks/add-ghidra-delinker-extension 2024-08-22 14:45:41 +02:00
Philip Taron
a5d230f942
ghidra: remove with statements 2024-08-18 06:32:23 -07:00
roblabla
be6aa219ed ghidra: Add ghidra-analyzeHeadless to PATH
This new binary is an alias to the support/analyzeHeadless script, which
is used to run ghidra scripts in a headless manner. This
ghidra-analyzeHeadless name is also the one used by the ArchLinux
package.
2024-08-11 23:21:37 +02:00
John Chadwick
459f120b68 ghidra-extensions.ghidra-delinker-extension: init at 0.4.0 2024-08-06 21:25:19 -04:00
vringar
57a7c134de ghidra: chore run nixfmt-rfc-style on ghidra dir 2024-08-06 16:24:43 +10:00
vringar
acc5bfc38d ghidra-extensions.lightkeeper: init at 1.1.0 2024-08-06 16:24:41 +10:00
vringar
b72d4eb3ce ghidra-extensions.ret-sync: init at unstable-2024-05-29 2024-08-06 16:24:23 +10:00
Emily Trau
353ccf0c46 ghidra.buildGhidraExtension: improve compatibility with darwin 2024-08-06 16:22:06 +10:00
vringar
5c354f19ea ghidra: restore configurability to buildGhidraExtension
This is required as Ghidra plugins don't have a consistent
layout and have to be widely configurable
2024-08-02 13:11:01 +02:00
John Chadwick
8563366220 ghidra: upgrade to gradle 8, openjdk 21 2024-07-14 17:23:01 -04:00
John Chadwick
9649c79580 ghidra: 11.1.1 -> 11.1.2 2024-07-14 17:22:53 -04:00
chayleaf
89cb3894ff
ghidra: convert to gradle setup hook 2024-07-12 21:36:15 +07:00
xenia
a8476824ee ghidra{,-bin}: desktop file fixes
- add StartupWMClass to allow window manager to associate ghidra windows
  with the desktop file
- add `terminal = false` from ghidra into ghidra-bin
2024-07-01 23:17:40 -04:00
John Chadwick
adaf51e750 ghidra: 11.0.3 -> 11.1.1 2024-06-22 00:34:30 -04:00
John Chadwick
495d0374ef ghidra: reformat to rfc style 2024-06-22 00:32:27 -04:00
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Emily Trau
27f69fa93e ghidra: improve desktop support 2024-05-26 16:50:09 +10:00
vringar
a44a2981ef make vringar maintainer 2024-05-20 12:52:10 +10:00
Emily Trau
0c4afba0b3 ghidra-extensions.machinelearning: init at 11.0.2 2024-05-20 12:52:10 +10:00
Emily Trau
85dc0632cd ghidra-extensions.sleighdevtools: init at 11.0.2 2024-05-20 12:52:10 +10:00
Emily Trau
5a7c5c4c48 ghidra-extensions.gnudisassembler: init at 11.0.2 2024-05-20 12:52:06 +10:00
Emily Trau
4e3898b79a ghidra-extensions.ghidraninja-ghidra-scripts: init at unstable-2020-10-07 2024-05-20 12:51:43 +10:00
Emily Trau
204a20a512 ghidra: support extensions 2024-05-20 12:51:38 +10:00
vringar
2223e29973 ghidra: call hooks as part of phases 2024-05-15 22:44:50 +02:00
R. Ryantm
472fc05956 ghidra: 11.0.2 -> 11.0.3 2024-05-05 07:43:56 +00:00
Sandro
6bd6ea8493
Merge pull request #300022 from roblabla/ghidra-11.0.2 2024-04-09 11:35:07 +02:00
roblabla
e989382eb6 ghidra: 11.0 -> 11.0.2 2024-04-09 00:46:05 +02:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00