Questions tagged [development]
The development tag has no summary.
18 questions
1
vote
0
answers
67
views
What scripts or plugins would you like to see for Ghidra? [closed]
For those of you using Ghidra, are there any scripts or plugins you wish existed to make certain tasks easier or fill a specific gap? Whether it’s a small utility or a more advanced feature, I’d love ...
1
vote
1
answer
62
views
Can we make Ghidra extensions using Kotlin, or at least with something other than Eclipse?
About four years ago I played with making some Ghidra extensions. At that time you had to use the Eclipse IDE and write your extension in Java.
I'd much prefer to use VS Code or, failing that, at ...
0
votes
1
answer
220
views
S30+ Game Development
How can I get started developing games for the S30+ operating system on Windows or Linux?
I have a new nokia 150, which seems to run the correct operating system, although I'm not sure if this phone ...
1
vote
0
answers
94
views
How do you get into Vulnerability Research as a career?
How do you break into Vulnerability Research (with focus on mobile security).
I noticed that all vulnerability research positions expect you to already have the knowledge and career experience, other ...
3
votes
0
answers
114
views
Yelp: getting documentId for certain operationName
Going through devtools activity for this page (reproducible for any Yelp business page), there's a reference to a GetReviewSummary GraphQL operation in a javascript file. This data shows up in the ...
1
vote
2
answers
61
views
I need simple debugger source
How can I write a simple debugger for Windows? I need to launch another program (do not attach to an already running one, but launch it yourself) then to let it run and to catch it at a certain ...
1
vote
1
answer
2k
views
Modify, unpack, and rebuild an Android App Bundles (.aab) file
My developer has not provided me the source code backup for my listed app in Google Play (his PC was stolen and all codes are gone with it). I logged on to my Play Store developer's account and found ...
0
votes
2
answers
1k
views
Can you get the error-correction level of a QR code?
You can get the version number of a QR (1-40) by checking the dimensions of the QR, but is there a way to get the error-correction level that was used to generate the QR code?
Trying to reverse ...
1
vote
1
answer
167
views
How to avoid database / code mismatch when developing and debugging your own code in IDA?
This seems like a very basic use case and I can't get it to work properly. I'm developing my own test application in Visual Studio c++. I want to test it through several IDA debugging sessions. Every ...
2
votes
1
answer
2k
views
How to Launch and debug Ghidra from Eclipse with two Modules I'm developing at the same time?
Ghidra comes with its own Eclipse extensions that allows you to develop new Scripts and Modules for Ghidra.
I'm working on several new Modules for Ghidra that will work together. But I've basically ...
0
votes
1
answer
143
views
Reverse Engineering Grocery Software API
Introduction
So I have a peer to peer app that allows customers to request jobs at their own price and have the job fulfilled by a freelancer in the community. The common jobs requested as of recent ...
0
votes
1
answer
134
views
Configuring a C&C for a RAT [closed]
Where would I start when needing to configure a command and control server for a RAT?
So that my dynamic analysis can be more complete.
Note: I have been to the topics section of this stack exchange....
1
vote
1
answer
1k
views
Reverse engineering camera blobs in Android [closed]
So I heard that bacon (OnePlus One) got the camera working on custom ROMs by reverse engineering the camera blobs. I tried reading online, but I didn't have a proper link for this matter.
So the ...
11
votes
1
answer
4k
views
Generating Snapchat Snaptags ("QR" Codes)
For those that haven't seen, Snapchat now has a special type of image based code that allows you to quickly add friends by pointing the camera at the screen, similar to a QR code, called "Snaptags". ...
10
votes
2
answers
2k
views
Moving from Windows to Linux for Malware analysis. What should I consider?
I currently use Windows 7 as my host machine and want to move to Fedora.
I have IDA Pro + hexrays decompiler, VMWare Workstation, Hiew, Visual Studio, Olly, and several other smaller tools that ...