Skip to content Skip to sidebar Skip to footer
Showing posts with the label Base

Is There A Good Python Library That Can Turn Numbers Into Their Respective "symbols"?

0 = 0 1 = 1 ... 9 = 9 10 = a 11 = b ... 35 = z 36 = A 37 = B ... 60 = Z 61 = 10 62 = 11 ... 70 = 1… Read more Is There A Good Python Library That Can Turn Numbers Into Their Respective "symbols"?

How To Get Process's Base Address With Moduleentry32?

I'm looking to do something in this example: Python - How to get the start/base address of a pr… Read more How To Get Process's Base Address With Moduleentry32?