|
|
Memory Dump From C#Required skills: C/C++, .NET
We need a simple example showing how to do a memory dump of a flash application running in IE or FF. Its NOT the flash file itself we are interested in, but the memory where the flash application stores data.
The example can use PInvoke to call win32, but it must be written in C#:NET. To prove that it actually works select any small flash game and show that you can find the score or any other changing values from the game. The example should be as simple as possible. Escrow will only provided after a proof of concept is provided. Money will be released with the sourcecode. NOTE: Using ShockwaveFlash COM object calling it using getVariable is NOT accepted. It must be done through memory dumping.
Related projects:Memory dump from C#
in C#:NET. To prove that it actually works select any small flash game and show that you can find the score or any other changing values from the game. The example should be as simple as possible. Escrow will only provided after a proof of concept is provided. Money will be released with the sourcecode. NOTE: Using ShockwaveFlash COM object calling it using getVariable is NOT accepted. It must be done through memory dumping. Memory Optimizer in C++
MS Windows) to help me on the method. The program needs to: - Increase the amount of Memory available - Defragment physical memory. - Recover Memory from Windows and applications. - Recover Memory leaks from unstable programs. Programming in C++, work both 32bit n 64bit at least Windows Vista, simple GUI will work. Focus on algorithm. Please provide me a document shows how you understand the Ramdom access memory and how you will optimize it. Port a JSON library from C# to C++ .NET 1.1
a port of json.NET source code from C# to C++ in .NET 1.1 using VStudio 2003. Includes Serialization and deserialization of json streams. Must have your own tools, including VStudio 2003. Must be proficient in English. Deliverables will be .cpp, .h files, including test files to validate correct operation. Potential for substantial follow on work. Build exe file from C++ source code with new branding
randed changes" for comparason, and the original exe for familiarisation purposes. Please quote price stage 1 and time to completion. Stage 2 ======= Modernize the GUI for the program. The program has a fairly dated GUI and I would like the look modernized. Nothing fancy, just a simple upgrade to the look. Please quote price stage 2 and time to completion. accessing C# dll from c++ native DLL withuot com interoperab
accessing C# dll from c++ native DLL withuot com interoperability
Call C++ DLL from C#
. Example: C++ : DLL CPLUS.dll extern "C" bool PASCAL EXPORT SetString(char *str) { //[in]str will be used in C++ code...... } C# [DllImport("CPLUS.dll")] static extern bool SetString(byte[] str); String test = "My Documentsabc.txt"; System.Text.ASCIIEncoding encoding = new System.Text.ASCIIEncoding(); Byte[] bytes = encoding.GetBytes(test); SetString(bytes); Thanks, GS data structure's migration from C++ to Java [2] by wikiall
Hello.I am looking for a freelance programer.This project is a data structure's migration from C++ to Java. The data structure is SH-tree(by Mr Beomseok Nam).Its source can be downloaded from SH-tree site(http://www.cs.umd.edu/~bsnam/shtree/). Thanks. data structure's migration from C++ to Java [3] by wikiall
C++ code (working one to use easily with Java). 2) no bugs(But If there are bugs in the original one,it is acceptable) 3) include debug mode(if debug mode is on,print processing messages) 4) checking for no bugs in this data structure from your skill of computer science. 5) delivery within 5 days Thanks. Additional files submitted: waveletTree_src.zip data structure's migration from C++ to Java (another project 2) by wikiall
versity of Helsinki site(http://www.cs.helsinki.fi/group/suds/). This project's requirements are: 1) working Java code like the original C++ code (working one to use easily with Java). 2) no bugs(But If there are bugs in the original one,it is acceptable) 3) include debug mode(if debug mode is on,print processing messages) 4) checking for no bugs in this data structure from your skill of computer science. 5) delivery within 14 days Thanks. data structure's migration from C++ to Java (another project) by wikiall
Hello.I am looking for a freelance programer. This project is a data structure's migration from C++ to Java. The data structure is partial decodable compression(by Mr Daisuke Okanohara).Its source(ver2) can be downloaded from his site(http://homepage3.nifty.com/DO/sp.htm). Thanks. data structure's migration from C++ to Java by wikiall
Hello.I am new to GetAFreelancer.com and looking for a freelance programer.This project is a data structure's migration from C++ to Java. The data structure is SH-tree(by Mr Beomseok Nam).Its source can be downloaded from SH-tree site(http://www.cs.umd.edu/~bsnam/shtree/). Thanks. Convert from .c to visual basic.. and add it! by wickings
in C. So I need some to convert it from C to Visual Basic and add it in my source.. Its my software : http://www.gsmevolution.com/freecalc/WorldUnlock_v43_Setup.zip That I want to implent the attached C document in.. Looking forward to hear from you! Kind regards, Martin Wickings Additional files submitted: mastercode.c C++ IE Browser Control (port from C# to C++) by joshuadonnelly
ol, but with the interfaces & modifications that allow ActiveX to run without warnings. The good news is: No user interface is required for this App AND I have the exact thing I want running in C# (much thanks to Sasa Borojevic). Also I have one custom class of my own with about 15 methods that need to be translated from C# to C++ and made available at window.external.method1(), window.external.method2(), etc. Grab data from C-ListHi there, We would like to grab data from C-list ads for available apartments and reply with our message. Please reply with price, and time for completion. Any language acceptable. Convert Wordpress DB dump from 2.01 to 2.5.1
ew dozen posts. Source: DB dump file, UTF-8, zipped, sent via email Target: same format Success criteria: * Everything intact, especially the categories * It must be possible to import the delivered dump file into a standard Wordpress 2.5.1 database without changes. DB is MySQL 5.0, UTF-8, Linux * delivery within 2 days of project start I already tried it myself, but somehow I always lost the categories during the upgrade process. Call C-written DLL from C# code
We need C# wrapper working with DLL written on ANSI C. Besides we need from you C source codes of an "emulation" DLL after we send you the description of exported functions. The payment will be made after testing it on our side. Any memory errors or leaks must be exluded.
Algorithm ported to CUDA from C++ needs Parallelization
ds must be setup such that the program still operates correctly on the aforementioned VGA. I believe it has Compute Capability 2.X. For an experienced CUDA coder, this should be very basic and relatively simple to implement in 3-4 days. I have attached the VS2010 project files containing all the necessary code files, settings, input files and a correct output file generated from the C++ version to match the improved version to. Connect TimesTen database from C# asp.net
} catch (Exception ex) { } ------------------------------------------------------ public OracleConnection GetConnection(String connStr) { OracleConnection con = new OracleConnection(); con.ConnectionString = connStr; con.Open(); return con; } Fixing memory leaks in C# Comet/web server
ections, serves the web files, and is used with handling the comet (ajax) functionality. I need someone with the necessary experience with memory management in .Net to fix the memory leaks in the app. This will involve figuring out what objects are not being disposed of properly and fixing them so that the Garbage Collector will take care of it. Converting Code from C Language into C#
align=right style="padding-left: 20px; width: 320px">
Additional files submitted: (Files are only available for logged in users) romcal-v6.tar Currently viewed: "Memory Dump From C#"
|