Skip to main content

Questions tagged [python]

General-purpose and high-level programming language. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming styles.

0 votes
0 answers
18 views

I am trying to dump a Macronix MX35LF1GE4AB NAND SPI flash chip. The way I do is via a custom pytohn script implemented upon: https://github.com/pc-magas/MX35LF1GE4AB_dump The core logic is to iterate ...
Dimitrios Desyllas's user avatar
0 votes
1 answer
194 views

I am trying to install the labeless plugin for x64dbg (and IDA Pro) in Windows 11 (64 bit). I don't know why I am not succeeding. Perhaps packages are incomplete, because are too old (as tutorials [e....
nostromo's user avatar
  • 133
0 votes
1 answer
367 views

Can somebody explain the unpacking/packing concept in this context? (Packing can mean different things in computing, like for example, compressing different numbers to make the most of the space in a ...
nostromo's user avatar
  • 133
1 vote
0 answers
81 views

A while ago I created a Discord nuker tool using Python. Later, I converted it into an EXE file (for personal use only), and unfortunately I lost the original .py source files. Now I need to recover ...
xSH36AN's user avatar
  • 11
0 votes
0 answers
245 views

Trying to reverse-engineer the Bumble API using Postman with interceptor enabled. From what it seems like, Bumble uses cookie-based sessions to authenticate each request. I performed a process of ...
6ixpaths's user avatar
0 votes
0 answers
82 views

I’am dealing with challenge in my study but i didn’t find solution could anyone give me hint : import re import string from types import CodeType import random banner = """ -----------...
ReVerser's user avatar
0 votes
0 answers
38 views

My current script for connecting to debugger is this, however if there's a debugger is already running then it gets disconnected, but new one does not start, have to run script second time to connect. ...
LilBro's user avatar
  • 101
0 votes
0 answers
58 views

I’m trying to rip all of the Cookie Shop DS character sprites by using Python. I already got pypng installed but I don’t understand saving as “cookie2png.py”, It’s too hard for me too do. Can you help ...
Super451's user avatar
0 votes
1 answer
114 views

In NSIS installers, there is a compiled bytecode blob representing the NSIS script located in the overlay of the executable. The overlay start with flags 0xdeadbeef then "NullsoftInst". The ...
Utkonos's user avatar
  • 148
0 votes
1 answer
82 views

I wanted to know how it would be possible to run an ML model in an offline setting securely? What I mean is, if the Python files and libraries are bundled as an .exe file (using libraries like py2exe ...
woka's user avatar
  • 1
0 votes
1 answer
235 views

I have this environment.. android : 9 version python : 2.7.12 I am not sure which version of Frida and Frida-tools I need to use to be compatible. I'm currently using 12.8.5, but an ascii codec ...
서영재's user avatar
0 votes
0 answers
56 views

So what I want to do basically is what BDFproxy does on the go, I want to modify a file (on the disk) to embed another PE in it and have both working, it does not matter if they work concurrently or ...
LuckyCoder3607's user avatar
1 vote
1 answer
187 views

I'm using cheat engine to find a multipointer that leads to an address that has value of list of entities. I found said multipointer, but I have no clue how to read it using python.
user18735750's user avatar
0 votes
1 answer
503 views

There is a huge problem with decompiling pyinstaller exe file,I tired uncompyle6, uncompyle3, decompyle++. Always main section is not decompiled. I wonder what's the problem. The program is working. ...
Dan's user avatar
  • 1
0 votes
1 answer
210 views

I'm following this tutorial here https://www.triplefault.io/2017/07/loading-kernel-symbols-vmm-debugging.html to load kernel symbols with debugging. Setting up the debug environment with IDA Pro using ...
Ballers's user avatar
  • 59

15 30 50 per page
1
2 3 4 5
16