Skip to content

Commit c93b7db

Browse files
committed
resolving author, README.md, .gitignore
1 parent 17e6e9f commit c93b7db

7 files changed

Lines changed: 8 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,3 +129,4 @@ uv.lock
129129
.github/binja/BinaryNinja-headless.zip
130130
justfile
131131
data/
132+
.gradle
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Mon Jan 26 18:49:22 IST 2026
1+
#Thu Jan 29 22:44:02 IST 2026
22
gradle.version=9.2.0

capa/ghidra/plugin/extension/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,8 @@ This ensures capa operates directly on the already-analyzed Program object.
4343
The extension passes the active Ghidra program directly to Python:
4444

4545
```python
46-
program = currentProgram
46+
program = currentProgram
47+
48+
print("Program name:", program.getName())
49+
print("Function count:", program.getFunctionManager().getFunctionCount())
50+
print("Language:", program.getLanguage().getLanguageID())
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=@extname@
22
description=Finds capabilities in programs, as detected by capa.
3-
author=Mandiant
3+
author=Vaishakh787
44
createdOn=2026-01-26
55
version=@extversion@

0 commit comments

Comments
 (0)