Hide-Delete icon from ToolBar32 for specific process , from command line arguments. TBBUTTON CSharp Code
标签: from Hide-Delete arguments TBBUTTON
上传时间: 2014-01-22
上传用户:二驱蚊器
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over)
标签: Sometimes the contents desire
上传时间: 2013-12-25
上传用户:playboys0
System will automatically delete the directory
标签: automatically directory System delete
上传时间: 2013-09-09
上传用户:toyoad
中文译名《最优C/C++编程秘诀》。书中对new/delete、malloc/free,构造/析构函数等等C/C++难点问题有详细深入的讲解。
上传时间: 2013-12-31
上传用户:dongbaobao
This program is the database application that display datasets and add, delete, edit a dataset.
标签: application database datasets program
上传时间: 2014-01-06
上传用户:2404
对数据模板窗体的制作与应用说明。by the DbNavigation Database record Add, Delete and so on
标签: DbNavigation Database record Delete
上传时间: 2014-11-04
上传用户:shizhanincc
主要是avl,splay和binary树的insert,delete程序,主要是avl,splay.binary树的
上传时间: 2015-05-01
上传用户:wang5829
This is an example how one could hide a process on Windows based operation systems from task viewers like ProcDump (G-RoM, Lorian & Stone) or ProcessExplorer (SysInternals). It could e.g. be used as some kind of dump protection. The way to get this done is very different on NT and 9x machines.
标签: operation Windows example process
上传时间: 2013-12-17
上传用户:wang0123456789
关闭系统服务 @echo off @net share ipc$ /delete @net share admin$ /delete @net share c$ /delete @net share d$ /delete @net share e$ /delete @net share f$ /delete @net share g$ /delete pause
上传时间: 2014-01-08
上传用户:xg262122
SELECT --从数据库表中检索数据行和列 INSERT --向数据库表添加新数据行 DELETE --从数据库表中删除数据行 UPDATE --更新数据库表中的数据
标签: SELECT INSERT DELETE UPDATE
上传时间: 2013-12-19
上传用户:talenthn