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. Guest K.PAZ
    Started by Guest K.PAZ,

    Recently I was working on a crackme and I needed to bruteforce it. Since I could not find a decent algorithm for creating strings from a character set, I came up with this 2 algo's in C and Assembler. The algos are probably not optimized (the assembler one , for sure not), so if you have suggestions please go ahead and mail me. Since I am still a beginner in this I will appreaciate every comment. Algo in C ------------------------------------------------------------------------------------------------------------- void BruteForce();char *CharSet = "abcdefghijklmnopqrstuvwxyz1234567890 "; char a[32];//----------------------------------------------------------------------…

    • 0 replies
    • 3.9k views
  2. SiliconShadow
    Started by SiliconShadow,

    Soemtimes when you have a exe say a application that uses the web or soemthing you want to analyse you make a little dll and hook a function and cal lthat function somewhere along the way. However sometimes you need the dll to only run the code before the exe is run itself perhaps to add some protection to your exe or other reasons use your imagination Basically some programs allow you to pack a dll with a exe and depending on the exe type the code in the main of the dll will execute before the program on others it wont. The reason for this is that soemtimes it ignores the dll totally so you need to create a false export and the dll and create a import on the exe befo…

    • 0 replies
    • 3.3k views
  3. Scale
    Started by Scale,

    What is the best option to send to strings from 1 program to the other? At first i was simply reading the memory but on restart the address changes. Thanks allot!

    • 6 replies
    • 8.2k views
  4. mudlord
    Started by mudlord,

    Herein attached is a modded version of KB/farbrausch's V2M player. Supports win98-me-2k-xp-2k3-vista Has static and dynamic libs for Delphi/VB/VC++/MASM32 Includes library support for PowerBASIC/many others.... Enjoy! V2mPlayer_VB_Delphi.zip

    • 7 replies
    • 7.4k views
  5. ChupaChu
    Started by ChupaChu,

    autor states: read all about it here: h!!p://www.madshi.net/madCodeHookDescription.htm So if anyone has last free package, please share. TIA, ChupaChu!

    • 5 replies
    • 9.6k views
  6. V65j
    Started by V65j,

    hi friends Please help me for get ProcessID From File name i have a process . this process hase not caption and i must get this process id . !!sorry for my Poor English!!

    • 5 replies
    • 19.6k views
  7. Durchschuss
    Started by Durchschuss,

    Do you know how PEiD (esp. KANAL) and ProtectionID search for signatures? Is it just searching for a coherent byte pattern?

    • 6 replies
    • 4.2k views
  8. Guest Fellow Hacker
    Started by Guest Fellow Hacker,

    Alright Whatup Everybody I Am New To This Forum Thought I Do Know About Cracking. Problem Is I Dont Know How To Make My Own Patches So I Checked Here And Found Something Similar But I Need Help Changing It. begin assignfile(FB , original.caption); Reset(FB); b := $90; seek(FB,$00066C38); Write(FB,b); closefile(FB); end; end; How Would I Change This Code To Patch Many Offsets Instead Of Having To Repeat The Same Code Many Times. Any Help Appreciated Laterz, Short-Circuit

    • 13 replies
    • 5.7k views
  9. Durchschuss
    Started by Durchschuss,

    I already succesfully removed this **** from the masm linker as described in win32 assembly tut from goppit, but Asterix's signfinder doesn't find anything in the VS 2005 linker. Does somebody know how to remove it there? Manually removing it from the compiled exe is annoying.

    • 6 replies
    • 7.8k views
  10. n00b!ICU
    Started by n00b!ICU,

    Hoy there fellas, I have this little problem here..... Im stuck with a text-line problem, so here it goes: I want to code an app which automatically selects a new line for each lets say 12 chars has been written, and then continue so on.... Anyone with any suggestions that might could help me out? /Dearest, n00b

    • 11 replies
    • 4.2k views
  11. Departure
    Started by Departure,

    Just wondering if anyone has infomation about embedding your delphi app into another window, For example adding a richedit control from your delphi form into another app or even the whole form. I assume its done by using API calls but im not sure which ones, My guess is to find the handel of the control in other apps and set delphi form as child??

    • 14 replies
    • 14.9k views
  12. 4e4en
    Started by 4e4en,

    Hello, i would like to know, how i can get actual upload/download speed, like DU Meter. I searched in MSDN, but i didn't found anything, usefull. Can you provide some info, or atleast function names. The best variant would be with small example. thanx.

    • 10 replies
    • 6.8k views
  13. cuties
    Started by cuties,

    I want to display my language in font that i have in asm. like the menu and all that how?

    • 1 reply
    • 3.4k views
  14. Pimp.exe
    Started by Pimp.exe,

    I had seen it asked for here and other places so I put together a .bas module for VB to create patches in VB rather easily. I had alot of code for this scattered and finally put it together. I made it as painless as possible I promise lol. Its all contained in a single sub and commented. Also comes with an example. Hope this helps some of you... http://rapidshare.com/files/64577808/VBOffsetModule.zip

    • 5 replies
    • 4k views
  15. Mazuki
    Started by Mazuki,

    i am making an autorun for a cd im also creating, and can't figure out how to make a button either circle....or without a border, is there any way to do this with VB 6.0? really what i'm trying to do is make the button switch graphics when clicked, which i succeeded in, but have no border, right now there is an ugly grey square border around my circle graphic, and it makes for a nasty interface any thoughts? thanks for helping

    • 1 reply
    • 3.7k views
  16. TheCodeCracker
    Started by TheCodeCracker,

    hi I like to ask that how can i kill or close a process from my code suppose a process is already running in the memory e.g Notepad opened or some game is running than how can we close it from our code. (languages can be any :masm, c++, vb).

    • 4 replies
    • 4.1k views
  17. Rumour
    Started by Rumour,

    How can set hardware bkpoint by asm code? (masm) Google find only in C: //Set your context flags like this this->cx.ContextFlags = CONTEXT_FULL | CONTEXT_DEBUG_REGISTERS;//Creates a Hardware Break on Execute Breakpoint bool DebugEngine::SetBreakOnExecute(DWORD addr) { if (!this->UpdateContext()) { return false; } cx.Dr0 = addr; // set Bp addr cx.Dr7 = 0x1; //activate it if(!this->SetContext()) { return false; } return true; }But I need in masm, google not find. I ask in ARTeam too. No answer. This perhaps somebody here have know how? Thank for all tip.

    • 2 replies
    • 4k views
  18. cegy
    Started by cegy,

    Hi, i was sure there was a keygen example on here but i didn't find it. anyway i wouldn't mind seeing an example of both a patch and a keygen if possible in powerbasic. thanks

    • 0 replies
    • 3.4k views
  19. Pimp.exe
    Started by Pimp.exe,

    I know this should be simple and to many of you it probably is, but I am using RadASM and have a dialog with a listbox on it. What I want to do is fill this listbox with every .mp3 file in D:\Music. I have tried the invoke DlgDirList and the SendMessage LB_DIR but with no success. Program would either crash or simply give me an empty list box. I did debug it with olly, and still am unable to find out the solution. If anyone could, can I get a working way to do this? Please remember that the less code the better as asm isnt my strongest language. Thanks guys.

    • 2 replies
    • 3.6k views
  20. cegy
    Started by cegy,

    i was wondering wat programing language is there that u can make ur own patch/ keygens in i know a few of them but i would like to c wat u guys say. delphi c++ c asm vb vc.net c#

    • 6 replies
    • 4.2k views
  21. Scale
    Started by Scale,

    I wrote these 2 tiny functions and they work perfectly when its running in olly but if i try to run it stand alone it crashes :S Now the only thing i can think off that might be causing it are the MOV ECX's they used to be like MOV ECX,DWORD PTR SS:[EBP+0x144] I had to hard code that value becuase EBP isnt set correctly since i call the function from different locations that they should. But if thats the case how work it does work when olly runs and doesnt when its not. function 1: PUSH 0x7 //default MOV ECX,0x147740 //hard coded value CALL 0x04EC933 //default PUSH 0x0 //default PUSH 0x0 //default PUSH 0x0 //default PUSH 0x0 //default PUSH 0x1F //hard co…

    • 1 reply
    • 4.4k views
  22. ragdog
    Started by ragdog,

    hi i search a directx9 in-game menu with drawtext funktion in masm can your help me please? greets ragdog

    • 1 reply
    • 4.8k views
  23. Guest salam2002
    Started by Guest salam2002,

    Hi all, Could you please post source code for a very easy CrackMe. I'm not VC++ programmer, but i need this source code *urgent*. Thanks.

    • 5 replies
    • 6.7k views
    Oldschool Hardtrancer
  24. ChupaChu
    Started by ChupaChu,

    Get it here: uallCollection.zip Its powerfull sources in Delphi - pretty hard to find (my provider had it blacklisted, thanks to people whom helped me to find it!) BTW: if anyone has original examples for omorphia project (that have been removed from inital package), please share it! EDIT: thanks to SK for providing link to omorphia project! Hope this will help to all Delphi coders Best Regards, ChupaChu!

    • 3 replies
    • 5.4k views
  25. Guest [n]ewcom3R
    Started by Guest [n]ewcom3R,

    Hi all, I have a big problem!! I wanted to create a C++ app. I have a resource file with dialog.. I defined my functions in a file named threads.cpp and the prototypes in a file named threads.hpp. The main dialog was defined in main.cpp when i wanted to compile the project there were serveral errors: main.obj ERROR LNK2005 main.obj ERROR LNK2019 here are my files: threads.cpp #include "fstream"using namespace std;bool CreatePhPLoaderFile(char* PhpFileName){.... }threads.hpp #include <windows.h>#include "Threads.cpp" #include "resource.h"HINSTANCE hInst; HWND dlgMain;bool CreatePhPLoaderFile(char* PhpFileName); and now my main.cpp <div class='codetop'&…

    • 5 replies
    • 3.8k 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.