Skip to content
View in the app

A better way to browse. Learn more.

Tuts 4 You

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Programming and Coding

Programming and coding tips, help and solutions...

  1. Hello EMO
    Started by Hello EMO,

    hello members i am need a youtube account creator source have a link and my dont download from now show me ads help for me to link />http://fileml.com/0GA888 orginal topic source />http://www.vb-board.com/showthread.php?tid=1001 program language : visual basic 6 edit : i am download file close my topic

    • 0 replies
    • 4k views
  2. Tr0JA
    Started by Tr0JA,

    Hi tuts4you.com I Need Password Zip for Extract !? [PLSSSSSS HELP ME] Hire is the Original post from Autor: PLSSSSSS HELP THANKS TO ALL

    • 1 reply
    • 8.2k views
  3. high6
    Started by high6,

    This is the decrypt function ripped from the latest {smartassembly}. Credits: High6 - Coding a deobfuscator (UnControl flowing). Kurapica - Deobfuscator (For renaming) public static class BlockDecryption { class Class_72_Object { // Fields private static int[] Field_0 = new int[] { 0x3, 0x4, 0x5, 0x6, 0x7, 0x8, 0x9, 0xa, 0xb, 0xd, 0xf, 0x11, 0x13, 0x17, 0x1b, 0x1f, 0x23, 0x2b, 0x33, 0x3b, 0x43, 0x53, 0x63, 0x73, 0x83, 0xa3, 0xc3, 0xe3, 0x102 }; private static int[] Field_1 = new int[] { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1, 0x1, 0x1, 0x1, 0x2, 0x2, 0x2, 0x2, 0x3, 0x3, 0x3, 0x3, 0x4, 0x4, 0x4, 0x4, 0x5, 0x5, 0x5, 0x5, 0x0 }; p…

  4. abhe
    Started by abhe,

    just some function for manipulate module in PEB... { U_PEBModule Author: Abhe Description: Some manipulation Routine In PEB Ldr Data Release Date: 23th april 2011 Website: http://cybercoding.wordpress.com/ } unit U_PEBModule;interface uses windows, sysutils, JwaNative, JwaNtStatus, NcxNtTeb, NcxNtDef;Procedure EnumPeb(ph:Thandle); Function RemoteModuleHandle(ph : THandle; Modulename: PWidechar):DWord; Function RemoteModuleImageName(ph,Mh : THandle):WideString; Procedure RemotePatchModuleFileName(ph,mh : THandle; NewModulename: PWidechar); Procedure UnlinkModule(ph,mh : THandle); implementationtype PROCESS_BASIC_INFORMATION = record ExitStatus: Cardinal;…

    • 0 replies
    • 8.4k views
  5. Jkimble
    Started by Jkimble,

    I just have a quick question. Is it considered bad coding practice to break out of a loop using a return statement? I have been told from previous professors that using "break" in a loop is a bad idea but not sure about using a return statement. I'm writing the code in Java. Thanks for any feedback.

    • 7 replies
    • 7.8k views
  6. PiZZAMiN
    Started by PiZZAMiN,

    So I have a visual c++ keygen template, but it's just a terminal. It's for visual c++ 2010, but I can't make the main show the form and play the chiptune. The original main looks like this #include <stdafx.h> #include <iostream> #include <windows.h> #include "monday.h" //chiptune header file,change to any if you want #include "ufmod.h" #include <mmsystem.h> #include "Form1.h" HWAVEOUT* hWave=0;#pragma comment(lib,"winmm.lib") #pragma comment(lib,"ufmod.lib")using namespace std;int main(array<System::String ^> ^args) { hWave=uFMOD_PlaySong(table, (void*)sizeof(table), XM_MEMORY); system("PAUSE"); return EXIT_SUCCESS; } and this …

    • 12 replies
    • 9.5k views
  7. Li_
    Started by Li_,

    I have a dll that i would like to use, however i'm not quite sure of how to use the functions provided by it. Using PE Explorer i find there there are 3 functions. The DLL is not packed. What is the best way to find out what arguments the functions take and return? more or less how can i find out how to use it without having the documentation? I also have a program that uses the dll properly but i think it might take more time to reverse the app to see how it uses the dll? Thanks.

    • 13 replies
    • 8k views
  8. euverve
    Started by euverve,

    I am new to VB.net but not new in gamehacking. I know how to use Olly Debugger. I am using Game Trainer Studio to create trainers. My question is how could we implement POKEs in VB.net. Example: Poke 00426C30 90 90 90 90

    • 2 replies
    • 7.3k views
  9. CodeExplorer
    Started by CodeExplorer,

    Code2Code.net: translates your C++ code into C#, VB.NET, />http://code2code.net/

    • 5 replies
    • 7.7k views
  10. Pushad
    Started by Pushad,

    i want inject messagebox in exe from start with ollydbg

    • 3 replies
    • 4.6k views
  11. listito
    Started by listito,

    I'd like to code an OEP finder for aspack for example, so to do it i'm going to have to make a simple debugger and do all things we ussualy do with olly to find it's oep?

    • 1 reply
    • 15.7k views
  12. CodeExplorer
    Started by CodeExplorer,

    QueryAssemblyInfo ****s my brain if I remove the two comment (lines) gacfilepath will have the right path; if I don't gacfilepath will be null; Assembly executingasm = Assembly.GetExecutingAssembly(); string currentassemblyname = executingasm.Location; string asmname = executingasm.GetName().ToString(); //int untilat = asmname.IndexOf(", PublicKeyToken="); //asmname = asmname.Remove(untilat, asmname.Length-untilat); string gacfilepath = Fusionhelper.QueryAssemblyInfo(asmname); Any idea guys?

    • 3 replies
    • 4.7k views
  13. CodeExplorer
    Started by CodeExplorer,

    JaCIL: A .NET to Java Compiler JaCIL (pronounced "jackal") is a project to create a byte-code compiler to translate .NET assemblies to Java class files. Link: />http://sourceforge.net/projects/jacil/

    • 2 replies
    • 5.9k views
  14. CodeExplorer
    Started by CodeExplorer,

    Windows Hook Library The WindowsHookLib is a single library to hook the mouse, keyboard and the clipboard system wide. WindowsHookLib library is written in C# and there for it uses Common Language Runtime (CLR). This means that the library can be referenced from various projects in Dot Net. The mouse and keyboard hooks are low level so you can use the Handled property of the MouseEventArgs or the KeyboardEventArgs to prevent the windows messages be passed to the other applications. Note you need to use the dll file not the classes in your projects; otherwise they might not work correctly. Link: />http://www.code2point.com/Project.aspx?proj=4

    • 0 replies
    • 5.9k views
  15. sirp
    Started by sirp,

    Found a nice snippet it's from the book OReilly.C.Sharp.4.0.in.a.Nutshell Packing a single-file executable: using System; using System.IO; using System.Reflection; using System.Collections.Generic;public class Loader { static Dictionary <string, Assembly> libs = new Dictionary <string, Assembly>(); static void Main() { AppDomain.CurrentDomain.AssemblyResolve += FindAssem; Program.Go(); } static Assembly FindAssem (object sender, ResolveEventArgs args) { string shortName = new AssemblyName (args.Name).Name; if (libs.ContainsKey (shortName)) return libs [shortName]; using (Stream s = Assembly.GetExecutingAssembly(). Ge…

    • 0 replies
    • 4.4k views
  16. abhijit mohanta
    Started by abhijit mohanta,

    I am new to device driver programming.I was going through the following link http://www.codeproject.com/KB/system/hide-driver.aspx NtQueryDirectoryfile in the diagram in the section named "NT Function Call Scheme and Hook" returns an process list. Can anybody tell me how does the list transferred to user mode. Please give me a little detailed description like how irp wud be filled with data etc.

    • 2 replies
    • 6.3k views
    abhijit mohanta
  17. deepzero
    Started by deepzero,

    hi, for quiet some time i am occupied by this little assignment: my code: int GetEncoderClsid(const WCHAR* format, CLSID* pClsid) { using namespace Gdiplus; UINT num = 0; // number of image encoders UINT size = 0; // size of the image encoder array in bytes ImageCodecInfo* pImageCodecInfo = NULL; GetImageEncodersSize(&num, &size); if(size == 0) return -1; // Failure pImageCodecInfo = (ImageCodecInfo*)(GlobalAlloc(0,size)); if(pImageCodecInfo == NULL) return -1; // Failure GetImageEncoders(num, size, pImageCodecInfo); for(UINT j = 0; j < num; ++j) { if( wcscmp(pImageCodecInfo[j].MimeType, format) == 0 ) { *pClsid = pImageC…

    • 1 reply
    • 8.3k views
  18. sage1130
    Started by sage1130,

    I want to write an assembly language program for nasm assembler which will read an integer and print the same in linux. The program should keep reading integers until a particular integer say 50 occurs. When 50 occurs program should not print it and exit. But I don't know how to input integer. Can someone explain and give the complete asm program? Thanks

    • 1 reply
    • 15.4k views
  19. clip
    Started by clip,

    Hi, I'm working on a socket debugger, I know there are plenty of this around, but I want to learn how to make my own in MASM32. Initially I'm trying to hook the "send" function from wsock32.dll then open firefox. I would like to replace the information being sent by firefox with "Gotcha". I used jaghook for this. So far it's not working. Does anyone have a clue why? replace.asm .486 .model flat, stdcall option casemap: noneinclude \masm32\include\windows.inc include \masm32\include\kernel32.inc include \masm32\include\user32.inc include \masm32\include\wsock32.incincludelib \masm32\lib\kernel32.lib includelib \masm32\lib\user32.lib includelib \masm32\lib\wsock32.libincl…

    • 12 replies
    • 9.5k views
  20. mrousse83
    Started by mrousse83,

    Hello, I search how i can get each commands of a debugged process in OllyDbg. I think i need to use this function : ulong Readcommand(ulong ip,char *cmd); My program entry point : 004C5C74 > $ 55 PUSH EBP var Commande : string;if Readcommand($004C5C74, PAnsiChar(Commande)) > 0 then // success else // error But when u try it, it's not working Readcommand return all time 0 ! I need to have : Commande := 'PUSH EBP' Can you help me ? Thanks, Mathieu

    • 10 replies
    • 4.7k views
  21. mrousse83

    Hello, I need your help for make ollydbg.lib with the file ollydbg.def in Microsoft Visual C++ 2010 Express Edition. Thanks, Mathieu

      • Like
    • 2 replies
    • 6.6k views
  22. ragdog
    Started by ragdog,

    Hi I coding a function to Get Api name from address. Now I am confused in my Iat have i this Address 74A44619 00403000 . 19467574 DD comctl32.InitCommonControls Ok i enum all process modules und parsing all found dll for this address for get the api name I use LoadLibrary and GetProcAddress with LoadLibrary and GetProcAddress get i this address 75AB1739 to the APi InitCommonControls Why? I use Win7 Thanks,

    • 3 replies
    • 16.3k views
  23. mAStEr pAIn
    Started by mAStEr pAIn,

    Hi Guys... Hope someone can help me out with a problem in delphi programming. First of all i'm coding in delphi since around 3 month. I want to describe my prob a little bit more... I'm using windows 7 x64. In win7 and also in win vista you can add program links to the task bar. But you can only do this when the string "IsShortcut" is written in the windows registry. When this string exists you have on your desktop some "freeky" arrows on your links. So i made a little app to write and delete this string to the registry. For now so good. But you only see the changes take effect when you log off and on again. Or you do a complete system restart. And theres my problem. I kn…

    • 3 replies
    • 9.1k views
  24. Vic
    Started by Vic,

    Hi, I need you help me. I want to use SetWindowsHookEx to hook a function exported from a dll to a run a process but it did not work. Detail: I'm have 3 files: Audition.exe, Hooker.exe & DllHook.dll, I'm using Hooker.exe to load that dll & execute function SetHook (exported in dll for Hooker.exe use it). SetHook function in dll will excute to use SetWindowsHookEx to hook a other function in dll into Audition.exe. If hook success it'll show a nag is the PID of Audition.exe process is running. But it's hook isn't success. I want to you help me. This is code in DllHook: Project: This is project of it, i uploaded in attachment file. I hope yous hlp me right now. Tkz…

    • 2 replies
    • 6.9k views
  25. N1ghtm4r3
    Started by N1ghtm4r3,

    Handy thing.

    • 0 replies
    • 7.3k views

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.