Coder Social home page Coder Social logo

virtualsectiondumper's People

Contributors

uliches avatar

Watchers

James Cloos avatar

virtualsectiondumper's Issues

IntelliDump

NCR algo un poco más heavy y este me lo apunto yo también para el
SirPE, aunque como ando de liado seguro lo implementas tu antes.


Presupongo que el Dump lo estas haciendo al vuelo, sin parar el programa.

Sería interesante tener un Dump "inteliguente", que pausara todos los
hilos, hicieras el DUMP y luego restableciera la ejecución de los
hilos.

¿Por qué? Pues porque se puede dar el caso (por ejemplo en
protectores), de que el programa esté jugando con las protecciones de
las secciones (o incluso se borre o creen secciones virtuales nuevas)
mientras realizas el dump. O simplemente se van cambiando los valores
en memoria en el momento de la lectura.

Proposed by Guan de Dio.

Original issue reported on code.google.com by [email protected] on 21 Feb 2012 at 11:07

Address information

Allow the user to enter an arbitrary address and give information about it 
(permissions: is redeable? writeable? executable?, etc).

Original issue reported on code.google.com by [email protected] on 28 Mar 2012 at 10:59

Add HotKeys

It would be a good idea to have HotKeys in the different windows of the 
application, for example, to "Copy all" and "Copy to Clipboard".


Original issue reported on code.google.com by [email protected] on 21 Feb 2012 at 10:35

Custom loaded modules enumeration

Currenty, loaded modules enumeration is done via EnumProcessModules. This 
function iterates over the linked list 
ntdll!_LDR_DATA_TABLE_ENTRY.InMemoryOrderLinks.

If a module was loaded with a "custom" loader or removed from the list (e.g. by 
malware) it won't be seen.

Original issue reported on code.google.com by [email protected] on 11 Apr 2012 at 7:29

Add PE comparison

Add a dialog to allow a quick PE comparison. Data to show could be specific PE 
fields or just data.


Original issue reported on code.google.com by [email protected] on 25 Jun 2012 at 12:19

Code refactoring

Some functions in the source code need refactoring (currently, the code is very 
ugly!).

Original issue reported on code.google.com by [email protected] on 22 Feb 2012 at 12:33

Tool - Add Imported and Exported functions editor

As an external tool, it would be nice to have an Imported and Exported function 
editor (PE & PE+) in both VSD x86 and VSD x64.

The editor should allow to add, remove and replace an arbitrary function 
located in both, the import and export table.

It should allow to create a new import or export table or to find a place in 
the binary with enough space to create or rebuild the table.

Original issue reported on code.google.com by [email protected] on 6 Apr 2012 at 8:57

Cosmetic things

1.- Usa  New Current para que sea mono espaciada y se alinee bien las
direcciones y no tengas unas mas grandes que otras en espacio.
2.- Pon en el Caption de la ventana de dump el nombre del proceso del
cual estás listando la memoria, por ejemplo entre corchetes [ ].
     Es una ventana modal, pero no se queda el foco en el Listview de
la otra ventana y no se sabe que proceso estás listando.

proposed by Guan de Dio.

Original issue reported on code.google.com by [email protected] on 21 Feb 2012 at 10:51

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.