Jump 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. Doorker
    Started by Doorker,

    Hi everyone, help me. How to integrate in delphi with buttons and Infobox? I don't understand it. SnR_Patch_Delphi_Src.zip

  2. unix
    Started by unix,

    Hello, i am reading quite a lot from ARTeam, unfortunately i only got The Weakness of the Windows API Part 1 (from a 3 part series) in my archives, therefore i wanted to ask, where i could find the other two parts as this topic is very interesting for me. May it be that there is only one part available?

  3. hackvba

    Any have any idea to handle this kind protection ?

  4. TeRcO
    Started by TeRcO,

    Creating a scrolling starfield effect in Delphi. Starfield.rar

  5. CodeExplorer
    Started by CodeExplorer,

    Calling getEHinfo x64: crushes [UnmanagedFunctionPointer(CallingConvention.StdCall)] public delegate void getEHinfo(IntPtr self, IntPtr ftn, uint EHnumber, out CORINFO_EH_CLAUSE clause); public static IntPtr getEHinfoaddress; public static bool ShouldResolve = false; public static int targetIndex; public static IntPtr Compiler; public static IntPtr iftn; public static int EhCounti; public static unsafe void ResolveEH(int idx, IntPtr comp, int EHCount, IntPtr ftn) { //IntPtr selfEH1 = GetEHInfo(comp, false); IntPtr getEHinfoadd…

    CodeExplorer
  6. TeRcO
    Started by TeRcO,

    WaterEffect_Src.rar

  7. moh
    Started by moh,

    Is it possible to take out the source code from assembly language and how

  8. TeRcO
    Started by TeRcO,

    GifImage.zip

  9. TeRcO
    Started by TeRcO,

    A complete version of the web site has been converted into a Windows executable. It looks and behaves like the site, but with the added benefits of : No adverts Search facility for finding Run Time Library entries and .Net Methods. Fast access to 1,000+ pages of tutorial/reference pages - the full site and more System.Drawing.Graphics .Net class pages - 44 methods each with examples illustrated with graphical output Printing of pages precisely to any paper size or format RTL lists printable by letter, function, unit or category History drop-down of recent and popular RTL pages Database tutorials, not available on this web site Copy ful…

  10. iamwho

    #include <Windows.h> #include <iostream> #include <windowsx.h> #define IDB_EXIT 102 PAINTSTRUCT ps; HDC hdc; RECT starfield_rc; BOOL g_bDragging = FALSE; POINT g_ptDragStart; int WIDTH = 350; int HEIGHT = 400; const int numStars = 50; const int starSpeed = 1; struct Star { int x, y; int speed; }; const int NUM_STARS = 100; Star stars[NUM_STARS]; HDC hdcMem; HBITMAP hbmMem; HBITMAP hbmOld; void starfield(HDC hdc, int x, int y, RECT *rc) { int width = 335; rc->left = x; rc->top = y; rc->right = width; rc->bottom = 249; HDC hdcMem = CreateCompatibleDC(hdc); HBITMAP hbmMem = CreateCompatibleBitmap(hdc…

  11. amig0
    Started by amig0,

    Hi, I'm looking for C++ loader source code that works on x64 applications with ASLR If someone can help I would really appreciate it

  12. TRISTAN Pro
    Started by TRISTAN Pro,

    Hello I'm looking for winform GUI interface for injection src code. I use This one for test but when I load the src code like void,ret 0 andWinMain it show error. NB:beginner for coding.

  13. TeRcO
    Started by TeRcO,

    Merci, Frérot Steven.K (Xyl2k) MASM32-graphical-effects

  14. Caleb
    Started by Caleb,

    Anyone can help me to create matrix effect like this in csharp I found way to do it using this project, this is rain effect i like it https://www.codeproject.com/Articles/5164199/Matrix-Style-Rain-in-Csharp-with-WPF But it has letter inside which bounce when hit on side, see the file below, how to do it i want to move letter inside matrix effect File here https://www.mediafire.com/file/oixj2lxsvnckl3j/kg.exe/file I am new in RE hope to learn from you experts.

  15. TeRcO
    Started by TeRcO,

    A simple Template in Delphi with only winapi Api_WindowWithControls.txt

  16. iamwho
    Started by iamwho,

    Hi all, im trying to understand VEH hooking unfortunately all the examples i tried from github only teach doing it in own process. Im trying to veh hook a function in an exe by injecting a dll. Can anyone help please?

  17. Oliver
    Started by Oliver,

    Hi! can someone help in coding version.dll in delphi to patch exe file ,there is an patcher called PYG_DLL_Patcher which exports version.dll and some other dlls but it has viruses when i enable the antivirus it deletes that version.dll file exported by PYG_DLL_Patcher, i found a version.dll delphi code here but the patch code is not included in it. Thanks in advance!

  18. Kurapica
    Started by Kurapica,

    I would like to ask if anyone has noticed this issue, started this July on some Windows machines. The using of "EnumDisplayDevices" either Ansi or Unicode versions : Example code : https://stackoverflow.com/questions/9524309/enumdisplaydevices-function-not-working-for-me #include <windows.h> #include <stdio.h> #pragma comment(lib, "user32.lib") void DumpDevice(const DISPLAY_DEVICE& dd, size_t nSpaceCount ) { printf("%*sDevice Name: %s\n", nSpaceCount, "", dd.DeviceName ); printf("%*sDevice String: %s\n", nSpaceCount, "", dd.DeviceString ); printf("%*sState Flags: %x\n", nSpaceCount, "", dd.StateFlags ); printf("%*sDeviceID: %…

  19. fearless
    Started by fearless,

    A basic media player application written in x86 and x64 assembler that utilizes the MFPlayer-Library - which consists of functions that wrap the MFPlay COM implementation of the IMFPMediaPlayer and IMFPMediaItem objects. https://github.com/mrfearless/MediaPlayer Features Supports audio and video media that is natively supported by the Microsoft Media Foundation API Player controls via toolbar buttons, menu or context menu: Play/Pause Toggle, Stop, Frame Step, Volume Mute/Unmute, Fullscreen toggle, About, Exit. Custom control for Volume slider. Custom control for Seekbar slider. Custom controls for Labels (for duration of med…

  20. Sangavi

    This is anti-debug code for detecting ollydbg 32-bit version by @cpudbg. Got it from a Chinese forum. typedef LONG (WINAPI* WINDOWSBYTE)(int, int); bool CheckDebug() { DWORD dwRet = 0; char szModuleName[15] = {0x75, 0x73, 0x65, 0x72, 0x33, 0x32, 0x2E, 0x64, 0x6C, 0x6C}; // user32.dll PWCHAR lpModuleName = NULL; PWCHAR lpModuleNameTemp = NULL; PCHAR lpSrc = szModuleName; DWORD dwAPI = 0; DWORD dwFunName = 0; DWORD dwBase = 0; _asm { xor ecx, ecx mov esi, fs: [0x30] mov esi, [esi + 0x0c] mov esi, [esi + 0x1c] next_module: mov eax, [esi+0x8] cmp eax, 0 je end …

  21. LCF-AT

    Hi guys, another question today. So I did delete few files accidentally by using the Window function DeleteFIle in my app (just some text files to delete) and if that happens the files are gone and not find in trashcan etc. So my question is how to get them back (so simple as possible)? I tried using Recuva app I found quickly on internet what was showing some files I could not find in trashcan but not all I did delete. Is there any other function instead of using DeleteFile what does delete the files I want BUT just moving them into trashcan only like Windows itself does? greetz

  22. CodeExplorer
    Started by CodeExplorer,

    How to get Tables length with dnlib?? Fallowing tables: 0x1B000000 TypeSpec 0x01000000 TypeRef 0x02000000 TypeDef 0x0A000000 MemberRef 0x04000000 Field 0x06000000 Method 0x2B000000 MethodTyPar 0x70000000 String 0x11000000 StandAloneSig

  23. ramzi2015

    I need to show the printed serial number of an external usb hard drive using c# . I have found many sources in "github" but the returned serial number is not correct. the only program that gave me the correct serial number is "CrystalDiskInfo" which is open source but written in c ++ which I do not understand. Here is an example with "CrystalDiskInfo" with the correct result: Thanks for help

  24. CodeExplorer

    Hi. I have problems with restoring local variable from byte array, when I get variables Signature and I try to convert them to LocalSig I get and exception because can't convert MethodSig to LocalSig. Any help would be great. { using (BinaryReader binaryReader4 = new BinaryReader(new MemoryStream(this.DataStructure.LEH))) { binaryReader4.BaseStream.Position = (long)hInt; MethodBodySize1 = binaryReader4.ReadInt32() >> 8; // 104 short LocalsSize2 = binaryReader4.ReadI…

  25. CodeExplorer
    Started by CodeExplorer,

    OpenThread Visual C++ 6 definition ??? I can't find OpenThread in "Visual C++ 6" defined except on "Microsoft SDK\include\WinBase.h" but I don't how to use it, I've noticed it contains: #if _WIN32_WINNT >= 0x0501

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.