TG UCE is currently just a simple memory reading and writing program that has the capability to scan the memory for certain values (currently supports int16, int32, and int64), filter the preliminary scan to derive desired addresses, and also the ability to write a value to a specified address. Now the the program has been updated, it can also inject DLLs into the selected process!
At the moment, it's functionality is limited to scanning the memory, filtering selections, writing values to a single address, and DLL injection.
I'm currently working on adding the ability to freeze values, packet sniff, send packets, and other useful stuff I think a UCE should have.
Alt link: HERE
:: TG UCE ChangeLog ::
v1.2.1:
-Can now freeze values at selected address
v1.2.0:
-Fixed a bunch of little problems with scanning/writing
-Completely redone GUI
-Injector now opens in it's own window
-Memory Writer now opens in it's own window
-Scanner now only uses 1 listbox for addresses
-Tab control was removed and replaces with individual windows
-Packet sniffer is almost done; just needs some more testing
-Several other small additions/removals to the program
v1.1.5:
-Program can now inject DLLs into the desired process
-Fixed a few issues with scanning/writing
v1.1.0:
-Program can now write to specific address
-Can write types of int16, int32, and int64
-"New Scan" button added
-Total layout change
v1.0.0 - Initial Beta Release:
-Reads memory
-Can filter preliminary scan
-Searches for int16, int32, and int64