issues Search Results · repo:grayhatacademy/ghidra_scripts language:Python
Filter by
16 results
(64 ms)16 results
ingrayhatacademy/ghidra_scripts (press backspace or delete to remove)I have a CLI along with some modifications to the rizzo.py script that I would like to open-source. Would you all prefer
to take the CLI as a pull request in a different directory in this repository, or ...
sadeli413
- 1
- Opened on May 16, 2023
- #20
When trying to save signatures from a PS2 ELF, located in a shared project, the script appears to run for a while then
crashes with the following error :
RizzoSave.py Running...
Building Rizzo signatures, ...
bug
CreepNT
- 7
- Opened on Apr 30, 2021
- #19
Hello,
Here: https://github.com/tacnetsol/ghidra_scripts/blob/master/utils/rizzo.py#L349 Why is the last char removed? hex()
returns a string like 0x..., not ...h which would warrant the [:-1]. If i take ...
VelocityRa
- 2
- Opened on Mar 23, 2021
- #16
Hey.
Can Codatify convert bytes to letters and assemble them into words?
Here s an example
`sub_6B54 ; CODE XREF: .text:0000910C↓p
var_140 = -0x140 var_138 = -0x138 var_134 = -0x134 var_130 = -0x130 ...
dfdfdfs
- 2
- Opened on Nov 7, 2020
- #15
I found myself scrolling through disassembly looking for functions that gave me control of more registers with a small
stack displacement. Would be nice to have a script that displays all the function ...
enhancement
fuzzywalls
- Opened on Mar 3, 2020
- #14
Add processor checks to scripts that only work on certain architectures. Scripts such as MipsRopX that only support the
MIPS processor should not be allowed to run against an ARM binary.
enhancement
fuzzywalls
- 2
- Opened on Dec 10, 2019
- #12
Current formatting is hard coded to default column lengths when printing the output table. Makes this dynamic because
function names can be really long and throw off the whole table.
enhancement
fuzzywalls
- Opened on Dec 6, 2019
- #11
If the base address is set to 0 this can introduce a lot of false positives when fixing up pointers. Add a check to
alert the user or disable fixing up pointers. Adding an alert is more ideal because failure ...
enhancement
fuzzywalls
- Opened on Dec 4, 2019
- #10
Add structure parsing and function table renaming to the fixup data portion of codatify. While not very useful on Linux
based binaries this is a very useful feature on RTOS.
enhancement
fuzzywalls
- 1
- Opened on Dec 3, 2019
- #9
I noticed you re using Pointer32DataType in 96ecab2dd9bc71423f21addc99edfc6d9e500bb2. This is a fixed size pointer and
might only work on processors with a 32-bit pointer size. Initializing it like so ...
enhancement
astrelsky
- 4
- Opened on Nov 15, 2019
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.