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

    <Removed>

    • 0 replies
    • 3.3k views
  2. 5k3l3t0r
    Started by 5k3l3t0r,

    hi all i need help on how to get regkeys... i know how to set but i don't know how to get... can someone help mee? bye, tkx 5k3l3t0r

    • 10 replies
    • 4.8k views
  3. Teddy Rogers
    Started by Teddy Rogers,

    yzpelib 0.5 Some of the things the code in this archive covers: Some good examples by UsAr... yzpelibv05.rar Ted.

    • 1 reply
    • 6.1k views
  4. TheCodeCracker
    Started by TheCodeCracker,

    Guys i started this thread to view the variety of coding styles used by different coders... I know how to create a 3 state button via subclassing the button window but i started this tread so that every coder can contribute their code snippets on how to skin buttons. e.g i make a 2 state button by setting the buttons property to be BS_OWNERDRAW and also creating the respective brushes and then processing it in WM_DRAWITEM message. Main proc hwnd:DWORD, umsg:DWORD, wparam:DWORD, lparam:DWORD .if umsg==WM_INITDIALOG invoke LoadBitmap,hinst,ID_BMPBTNNORMAL mov btnnormalbmp,eax invoke CreatePatternBrush,btnnormalbmp mov btnnormalbrush,eax invoke LoadBitmap,hinst,ID…

    • 3 replies
    • 5.4k views
  5. Departure
    Started by Departure,

    hey guys first of all I'll try and explain what I have done and what I want to do, and my thought on what I should proberly do to make a self destructing dll. First of I have created a custom dll in delphi to help me manipulate strings passed in Joe.exe (joe for example sake), I used IIDKing to inject my dll and functions to catch & manipulate the strings from joe.exe, this makes the custom.dll a static type dll for joe.exe which mean joe.exe now needs custom.dll to even run, Thats all fine and good but what I want to do is when I decide its time for custom.dll to be update (which I have already coded in to the dll), I want it close joe.exe and this will result in unl…

    • 6 replies
    • 4.2k views
  6. What
    Started by What,

    Just looking for ascii to hex and hex to ascii code, for like getting information using getdlgitemtext and set. Just need it for a couple of tools i am writing out to make things quicker. I tried searching google but it was kind of annoying because most results were ascii charts or some other useless info, so I thought it would be easier to ask here. Thanks for any help.

    • 11 replies
    • 8.1k views
  7. qOdbOp
    Started by qOdbOp,

    where is the scroller.inc ?

    • 1 reply
    • 3.6k views
  8. Matrix
    Started by Matrix,

    Hi Friends how i save a open process in memory to disk ? plz help me Tanx

    • 7 replies
    • 4.8k views
  9. ntaryl
    Started by ntaryl,

    Hi and good evening I coding in Visual basic 6.0 and this time play around with thunderasm There is any place with small asm pieces to try with this addin? thanks for the time

    • 7 replies
    • 5.8k views
  10. nguyenhung0702
    Started by nguyenhung0702,

    Hi everybody. I have some problem with unpack this file... Please help me I find Oep: 1FC7D And Iat: 00443FFC 00000000 <<=START IAT 00444000 77DDD8E2 ADVAPI32.RegQueryValueW 00444004 77DD6A78 ADVAPI32.RegOpenKeyExW 00444008 77DD6FC8 ADVAPI32.RegQueryValueExW 0044400C 77DD770F ADVAPI32.RegOpenKeyW 00444010 77DF9884 ADVAPI32.RegDeleteKeyW 00444014 77DDD649 ADVAPI32.RegEnumKeyW 00444018 77DD7535 ADVAPI32.RegCreateKeyExW 0044401C 77DDD7CC ADVAPI32.RegSetValueExW 00444020 77DD6BF0 ADVAPI32.RegCloseKey ========================================== 004446B8 7757A379 ole32.OleIsCurrentClipboard 004446BC 7752431A ole32.CoRevokeClassObject 0…

    • 3 replies
    • 4.1k views
  11. Teddy Rogers
    Started by Teddy Rogers,

    Ted. checksum.zip

    • 9 replies
    • 5.9k views
  12. dewill
    Started by dewill,

    http://www.fafiles.com/cpp_index.php

    • 2 replies
    • 3.9k views
  13. Teddy Rogers
    Started by Teddy Rogers,

    Unit Version: 1.3 Functions: Conversions: Add/remove: Sections: Again with it: Examples: Portable_Executable_File_Unit.zip Ted.

    • 2 replies
    • 5.1k views
  14. starzboy
    Started by starzboy,

    BCM_SETIMAGELIST Been trying to use this in masm but i have failed miserably. Has anyone played with this before ? It is used to pin images on top of xp style buttons and it also retains the xp style. I tried setting the imagelist to the button , but it fails. Instead a get a blank button. i wonder why it fails. This is from SDK: ----------------------------------- BCM_SETIMAGELIST The BCM_SETIMAGELIST message assigns an image list to a button control. To send this message, call SendMessage with the following parameters. LRESULT SendMessage( (HWND) hWndControl, // handle to destination control (UINT) BCM_SETIMAGELIST, (WPARAM) wParam, // not used; must be zero (LPARAM) lP…

    • 5 replies
    • 5.2k views
  15. hmi222
    Started by hmi222,

    Hi to all.... Nice to be here in this fine forum... Im trying to setup dll2lib to convert a dll (SID-PLAYER LIBRARY) to a static lib... All my tryouts crashed ... Does anybody knows how to setup dll2lib correctly? Thanks in advance....

  16. DrPepUr
    Started by DrPepUr,

    I am playing around with Winasm trying to learn a few things and downloaded the crc32.asm from tuts4you and I cant figure out how to call the crc32 proc CRC32 proc uses esi lpBuffer:DWORD,dwBufLen:DWORD,dwCRC:DWORD If anyone can help me I would appreciate it. Thanks, Dustyh1981

    • 2 replies
    • 4.3k views
  17. drizzt
    Started by drizzt,

    hi all, i was currently writing an ollyscript and have a small problem with the ASM command: i tried everything: asm eip, "call dword ptr ds:[401000]" asm eip, "call dword ptr [401000]" asm eip, "call dword [401000]" asm eip, "call [401000]" my used version was 1.64 any idea how to fix this? asm eip, "call GetCommandLineA" works fine. thanx in advance /drizzt

    • 3 replies
    • 4.2k views
  18. sayurganja
    Started by sayurganja,

    :biggrin: how ??

    • 4 replies
    • 5.2k views
  19. ragdog
    Started by ragdog,

    hi guys here is my uFMOD DirectX DirectSound player from resource v0.2 with vu-meter all source is included Download link So have fun greets ragdog

    • 2 replies
    • 4k views
  20. DrPepUr
    Started by DrPepUr,

    I am playing around a little with Masm @ Winasm trying to get the computername I tried this .data? ComputerName db 255 dup(?) lSize db 255 dup(?) .Code invoke GetComputerName,addr ComputerName,addr lSize It compiles and runs but no return, what am I doing wrong?

    • 2 replies
    • 14.6k views
  21. hakand
    Started by hakand,

    Hello everyone, I really wonder how it is done fading in and fading out effects while closing the application window and displaying it. Does anyone know how to? I need the codes for Win98(especially) and XP systems. Thanks in advance.

    • 12 replies
    • 7.1k views
  22. Nuclear
    Started by Nuclear,

    Hi all, I'm looking to write a .NET protection mechanism that will decrypt/decode each function at runtime. This topic interests me and i need a new side project. I recently found this article (hence the hooking JIT title), but being a bit new at this, I'm still not sure how to go about it. http://www.codebreakers-journal.com/content/view/123/97/ Can anyone provide links, tutorials, tips, etc to help me along my way? Thanks in advance. Nuclear

    • 23 replies
    • 14k views
  23. ragdog
    Started by ragdog,

    hi i playing with updateresource my source works good i open the target exe in the hexeditor have it at the end of this file this signs PADDINGXXPAD..... What is it greets ragdog

    • 4 replies
    • 4.2k views
  24. drizzt
    Started by drizzt,

    i'm not very experienced with odbgscript and currently try to achieve to auto-unpack a binary. so i'm asking: 1. is there a special command to enum all the sectionnames, sectionstartaddresses and its sizes of a binary? GMI just shows me the CODEBASE and CODESIZE 2. is there a command to set the access rights of a chosen section? thanks in advance /drizzt

    • 6 replies
    • 4.4k views
  25. macabre
    Started by macabre,

    Hey all, I wanted to use this template Arc Flash by Ufo-Pu55y but I needed an MD5 hashing algo. So I took the ASMmd5.asm from another template by dR.cARBOn. Without including the ASMmd5 code the Arc Flash template compiles and runs fine. Once I include this I get "instruction operands must be the same size" Errors in the Main Arc Flash file. The lines that are causing the issue look like: mov [edi],eax mov edx,eax mov edx,[edi] @@: mov eax,[esi]Now, obviously these are the same size and the ASMmd5 hash proc seems fairly straight forward. I know assembly but I'm not super familiar with masm and I'm using RadASM for the project since it had a .rap file (Thanks Ufo-P…

    • 3 replies
    • 4k 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.