memory-editing

Does anyone know where I can find a memory editing user control for .net?

Hello world. I am developing a small application which lists the contents from files of a given format. The file format acts as a template for describing binary data (think binary xml). This allows the clients that produces these files to store data in any way they want, so the interpretion of all types contained are not known. What I w...

How can I find the data structure that represents mine layout of Minesweeper in memory?

I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a simple WinDbg command that reveals all the mines but it is old, is not explained in any detail and really isn't what I'm looking for. I have IDA Pro disassembler and the WinDbg debugger and I've loaded winmine.exe...

How does GameShark / Action Replay work on modern consoles?

Hi, It's quite difficult to find information about this on the internet, since the magical words "GameShark", "Action Replay", "memory editor" and "memory trainer" trigger lots of BS, so I thought I should ask in some forum. I'll get a Nintendo Wii to toy around by the end of this week and I'm interested in knowing methods for modifyin...

How does Flash store integers internally? Why does it seem like all values are multiplied by 8 when viewing flash memory values?

I've been messing with reverse engineering and flash games. All tutorials that show how to memory edit flash games state that when searching for a target value, you must multiply it by 8. Here is a video example. So, if you have 350 coins in some game, and you want to use a program such as Ollydbg or CheatEngine to find that value, yo...

Update DataBase on clicking in button, after editing gridview (not automatically saving in DB, but after confirming on any event) within using transactions

0 vote down star I am using GridView in asp .net and editing data with edit command field property (as we know after updating the edited row, we automatically update the database), and I want to use transactions (with begin to commit statement - including rollback) to commit this update query in database, after clicking in some button...