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

    File Name: C Keygen Template FFF File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code The keygen is coded by jB^FFF in C. Click here to download this file

    • 2 replies
    • 10.3k views
  2. tim619
    Started by tim619,

    File Name: iRC nFO Viewer V2b File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code A little NFO-Viewer coded in ASM by Jowy Click here to download this file

    • 0 replies
    • 7.6k views
  3. tim619
    Started by tim619,

    File Name: IRC KeygenMe #1 File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code asm kgm sources Click here to download this file

    • 0 replies
    • 9.9k views
  4. tim619
    Started by tim619,

    File Name: Mirrors Edge Trainer by RED File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code This trainer written in c++ is console based Click here to download this file

    • 0 replies
    • 4.4k views
  5. tim619
    Started by tim619,

    File Name: Xylicrk Me 5 File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code This is a simple password protected Crackme with Delphi Source Code coded by Xylicrk. I added a simple patcher Click here to download this file

    • 0 replies
    • 8.8k views
  6. tim619
    Started by tim619,

    File Name: AWM Antivirus Keychooser by Xylitol File Submitter: tim619 File Submitted: 22 Jun 2011 File Category: Source Code A Keychooser is a little program which doesn't calculate keys it has the keys integrated. Xylitol gave the program 1000 keys. (WinASM) Click here to download this file

    • 0 replies
    • 4.4k views
  7. tukki_2020
    Started by tukki_2020,

    Hey guys, i am new to assembly language and i can't seem to assemble the line in olly: xor byte ptr ds:[eax], byte ptr ds:[ecx] what am i doing wrong? thanks

    • 5 replies
    • 3.8k views
  8. h4sh3m
    Started by h4sh3m,

    hi dears how we can switch to dll files in memory and sniff serial in delphi? sorry for poor english tnx

    • 11 replies
    • 7.1k views
  9. ganvin
    Started by ganvin,

    Hello friends, I'm new to this forum. I just want to know how can I make nice looking Keygen window (like with small image which can be moved anywhere on the screen). I don't want that to be a typical Window-like dialog box. It need to be with the a transparent image and 2 or 3 buttons in it. Are all those guys using some special programs to design Keygen screens? (Please note: I'm NOT looking for any back-end algorithms). Just wondering how I can create a good looking small Keygen screen for a already have keygen algorithm. Any help would be greatly appreciated. Thank you all in advance, -Ganvin.

      • Like
    • 17 replies
    • 7k views
  10. Killboy
    Started by Killboy,

    I'm looking for a C/C++ library for xm module playback that works in 64bit mode. ufmod is x86 only, fmod is too bloated, minifmod has tons of inline asm, bass doesnt seem to have an x64 explicit bassmod, and even then I'd need the DLL, irrKlang is x86 only, too. I'm pretty much running out of options here, I'm thankful for any suggestion.

      • Like
    • 15 replies
    • 11.6k views
  11. h4sh3m
    Started by h4sh3m,

    hi How i can get Register's data (like EDX) in Delphi. Please Help. with best Regards h4sh3m

    • 14 replies
    • 10.3k views
  12. c0lo

    Well, i would like to make application that i can list all modules and func that this application use, not for my application if not other application extern. Because i need to find or found address for some apis that use in modules in this application. Can i help me? Thanks.

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

    mpg123 Famous mpg123 lightweight .net wrapper with sample. For use in your own .net mp3 projects. Read ID3 tags, decoder MP3 files, play them out. Really fast decoder for your managed applications. Written in .net 2.0 and c# Link: />http://sourceforge.net/projects/mpg123net/

    • 1 reply
    • 8.5k views
  14. Dave Prost
    Started by Dave Prost,

    Hi I'm looking at a C++ program and have identified the changes I need to make but I'm not sure how to do them. I'm not very well versed in assembly apart from the basics. I'm also using ollydbg which i'm not even sure is the best tool for the job. The existing code looks like this... 00422777 8B00 MOV EAX,DWORD PTR DS:[EAX] 00422779 83F8 07 CMP EAX,7 And what I need to do is have EAX equal to 6 so I need to load it somehow. I'm thinking in line 422777 but when i try to bruteforce it I break the program so I'm sure I'm doing it wrong. Any help or suggestions would be welcomed. Regards DP

    • 9 replies
    • 4.9k views
  15. Teddy Rogers
    Started by Teddy Rogers,

    x86-32: http://ref.x86asm.net/geek32.html x86-64: http://ref.x86asm.net/geek64.html Hoempage: http://ref.x86asm.net/index.html Ted.

    • 6 replies
    • 13.1k views
  16. arlequim
    Started by arlequim,

    my 1st post... i found a nice text scroller, pls take a look http://rapidshare.de/files/9929256/scroller.zip.html Best regards and wishes. Keygen2.5_exe_sources_.rar

    • 64 replies
    • 32.7k views
  17. 0xFF
    Started by 0xFF,

    Delete

    • 4 replies
    • 13.9k views
  18. Killboy
    Started by Killboy,

    I got a question for all you GDI pros out there Following scenario: I have a bitmap for which I get the pixels using GetDIBits for every single line (I do this because I have a seperate buffer for every line in order to have a 2-dimensional array so I can easily access pixels using buffer[y][x]) bmiHeader.biHeight is set to the negative bitmap height so I can use top-to-bottom bitmap data, this is easier to use with client coordinates etc. I periodically change pixels in the buffer and then write its content into a compatible bitmap using SetDIBits, again line by line. The compatible bitmap is selected into a compatible DC for rendering and on WM_PAINT I just BitBlt from …

    • 2 replies
    • 8.5k views
  19. PaPa Bango
    Started by PaPa Bango,

    Hi every one, I'm trying to code a nfo viewer with a scrolling effect for the text. I followed the exemple of Jowy (irc nfo viewer v2) but i've a problem that i don't manage to find. When the top of the text is touching the top of the Dialog, it scrolls back, so i can't see the whole text...i'd like (of course )that the text continues for the bottom of the text arrives at the top of the dialog. Here 's the code of the scrolling i did : invoke GetClientRect,hWnd,ADDR NfoRect mov hdc,FUNC(GetDC,hWnd) mov chdc,FUNC(CreateCompatibleDC,hdc) mov hbmp,FUNC(CreateCompatibleBitmap,hdc,NfoRect.right,NfoRect.bottom) invoke SelectObject,chdc,hbmp m2m rClientNfo.right,Nfo…

    • 1 reply
    • 8.1k views
  20. chickenbutt
    Started by chickenbutt,

    Can someone give me some code or the API calls that save people from having to write PE code? Like say I wanted to modify existing PE's code section and rebuild? Without all the binary searches and operations. I believe you can do it with virtual map calls and the IMAGE structs, but I'm not sure. Thanks. Any language is fine.

    • 4 replies
    • 8.4k views
  21. grizzmo
    Started by grizzmo,

    Hi, I was looking to generate unlimited 10 chars random numbers in vb.net. I found that it is not possible to set a variable to a certain lenght in the new vb.net, acoording a lot of coding sites. When I thought it worked it also started generating 8 and 9 chars of lenght. So, after a little while I came up with this: Imports System.TextPublic Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim startIndex As New String("1234567890") Dim random As New Random Dim startIndex1 As New String("0987654321") Dim random1 As New Random startIndex = random.Next(startInde…

    • 0 replies
    • 8.1k views
  22. Dave Prost
    Started by Dave Prost,

    Hi I have a couple of methods that I've re-written and want to replace in the original executable but not sure the best way to do it. One way I could see is to use reflexil and go through each module line by line but that will take ages. Another way I thought of, and this may be completely unrealistic, is to dump the IL and then simply replace the two methods with the new code. Then try to reassemble it. Like I said I don't even know if that's possible I was just 'free thinking' Any help would be much appreciated. Thanks DP

    • 10 replies
    • 10.4k views
  23. futureproof
    Started by futureproof,

    I have a function that converts me from any base to base 10 but the result is very long and it cannot be stored in an integer. Can someone explain me how should i use bignum lib so i can print result?

      • Like
    • 4 replies
    • 8k views
  24. CodeExplorer
    Started by CodeExplorer,

    WPF - AppDomain Issue I've readed these articles: />http://social.msdn.microsoft.com/Forums/en/wpf/thread/eb9ef4ce-dd16-45b9-a925-b7abccec9b51 />http://www.joeseymour.net/2009/01/wpf-showdown-appdomaincurrentdomainsett.html />http://blogs.msdn.com/b/changov/archive/2009/10/26/hosting-wpf-ui-cross-thread-and-cross-process.aspx />http://www.infosysblogs.com/microsoft/2008/10/working_with_application_domai_1.html The program which I load MI.sappDomain is Reflector and yep he use WPF. MessageBox.Show("1"); MI.sappDomain.CreateInstanceAndUnwrap("Simple_MSIL_Decryptor", "Simple_MSIL_Decryptor.Terminator"); MessageBox.Show("2"); // never reached class Terminator : M…

    • 3 replies
    • 7.8k views
    CodeExplorer
  25. Sma11s
    Started by Sma11s,

    So I downloaded IDA Pro a long time ago, and I wanted to install it in my virtual machine. Unfortunately, it has a hard coded expiration date -- It's not a timed trial. So, I figured out I could just change the date in my system tray, and it would allow it to run. When I reboot my VM, the system time changes again, and I have to keep repeating the process (VMWare pushes the date correction). Anyhow, I just wanted to pass on something for the upcoming coders -- a very small app I just wrote in assembly to change just the year (back to 2010) when I boot up. .386 .model flat, stdcall option casemap :noneinclude \masm32\include\windows.inc include \masm32\include\kernel32.in…

    • 3 replies
    • 5.6k views

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.