Paul Chin
Paul Chin
  • Видео 239
  • Просмотров 1 105 904
How to pause the x64dbg debugger after patching a file
Just click the Pause Button to pause the Debugger. If you see "Error setting breakpoint", just repeat it again. Sometimes, it is a hit and miss thing.
Просмотров: 467

Видео

x64 Assembly Language and Reverse Engineering Practicals Course
Просмотров 4833 месяца назад
Check out the course here: www.udemy.com/course/x64-assembly-reverse-engineering-practicals/?couponCode=PCMARCH24
How to use Llama2 in Google Colab without running out of RAM
Просмотров 2,1 тыс.10 месяцев назад
[ Hugging Face Llama 2 model: ] huggingface.co/meta-llama/Llama-2-7b-chat-hf [ youtube poster 'The Professor': ] ruclips.net/video/AklKQAfHlfI/видео.html [The Professor's shared colab: ] Follow instructions in video to save this to your own Google Drive: colab.research.google.com/drive/1GqZu6zmCy2vMNMZqO78DDuHvwv_9vJcp?usp=sharing [ My code for testing Llama 2: ] !pip install transformers from ...
Assembly Language Programming for Reverse Engineering
Просмотров 1,2 тыс.Год назад
Learn Assembly Language the fun way by using x64dbg to modify exe files to inject new functionality Get the course here: www.udemy.com/course/assembly-for-reverse-engineering/?referralCode=6DC8F1AAA419DF57808B
Introduction to C programming
Просмотров 650Год назад
Check out this course here: www.udemy.com/course/intro-c-programming/?couponCode=SEPT26
Hacking android games using GameGuardian for beginners
Просмотров 5 тыс.Год назад
Get the course here: www.udemy.com/course/hacking-android-games/?couponCode=PAUG25 This is an introductory course for beginners to Android Game Hacking using a very powerful and easy to use tool called Game Guardian which is similar to Cheat Engine in principle. Game Hacking Playlist: ruclips.net/p/PLPgAYdt-lXo0ArGa7u3kZM9n32L1xiNDK
Using x64dbg debugger to analyze xmm registers
Просмотров 1,9 тыс.Год назад
Notes: In this video I demonstrate how to analyze a struct and also to understand the xmm registers. movss = move scalar single-precision floating-point value copies the lowest 32 bits (4 bytes/dword) of the xmm register eg, movss xmm0, [a] ;load from memory movsd = move scalar double-precision floating-point value copies the lowest 64 bits (8 bytes/qword) of the xmm register eg, movsd xmm0, qw...
Reverse Engineering: Cutter for Beginners
Просмотров 3,7 тыс.2 года назад
Check out the course here: www.udemy.com/course/cutter-for-beginners/?couponCode=PCMAY28
How to create shellcode from any exe file using hexeditor
Просмотров 7 тыс.2 года назад
My Malware Development Courses (Maldev1 and Maldev2) covers more details: crackinglessons.com/learn HxD hexeditor: mh-nexus.de/en/hxd/
Introduction to python machine learning using JupyterLab
Просмотров 2872 года назад
www.udemy.com/course/python-machine-learning-jupyterlab/?couponCode=PCMAY1
Reverse Engineering: Frida for beginners
Просмотров 1,6 тыс.2 года назад
Access it here: www.udemy.com/course/frida-for-beginners/?couponCode=PCMAR29
Oculus Quest 2: Create VR games using html and javascript
Просмотров 1,6 тыс.2 года назад
Check it out: www.udemy.com/course/oculus-create-vr-games-using-html/?couponCode=PCFEB28 Music credits: Canon in D Major arranged by Kevin McLeod incompetech.com/
How to delete x32dbg and x64dbg databases
Просмотров 2,9 тыс.2 года назад
This video shows you how to delete database files for xdbg. Everytime you run xdbg (either x32dbg or, x64dbg), it will create database files. If you made a mistake during analysis and want to re-start analysis afresh, then you will have to delete these database files.
Remote Access Tools (RAT3) : Design and Implement Botnets
Просмотров 7422 года назад
Full course here: www.udemy.com/course/remote-access-tools-3/?couponCode=PCJAN27 More: crackinglessons.com/learn
10. Installing additional missing tools for flare vm on windows 10 virtual machine
Просмотров 1,7 тыс.2 года назад
Playlist: ruclips.net/p/PLPgAYdt-lXo34Ze44aZALk_0-s8MHc9lZ [ FakeNet ] github.com/mandiant/flare-fakenet-ng [ HashMyFiles ] www.nirsoft.net/utils/hash_my_files.html [ Regshot ] sourceforge.net/projects/regshot/ [ Ghidra ] github.com/NationalSecurityAgency/ghidra/releases
8. Installing flare vm on windows 10 pro virtual machine
Просмотров 2,7 тыс.2 года назад
8. Installing flare vm on windows 10 pro virtual machine
7. Installing a windows 10 virtual machine
Просмотров 5552 года назад
7. Installing a windows 10 virtual machine
How to use inter-modular calls method to trace a function exported from a DLL
Просмотров 8172 года назад
How to use inter-modular calls method to trace a function exported from a DLL
How to trace exported DLL functions from the main module using xdbg
Просмотров 4,9 тыс.2 года назад
How to trace exported DLL functions from the main module using xdbg
How to solve internet connectivity problems with oracle virtual machines
Просмотров 7412 года назад
How to solve internet connectivity problems with oracle virtual machines
Bought my first property in the metaverse - the penthouse level of a 4-storey building
Просмотров 3442 года назад
Bought my first property in the metaverse - the penthouse level of a 4-storey building
Oculus Quest 2 Game Development Using Oculus Integration: Distance Grabbing Solution in Unity
Просмотров 3342 года назад
Oculus Quest 2 Game Development Using Oculus Integration: Distance Grabbing Solution in Unity
Tracing Memory Allocations with VirtualAlloc, VirtualAllocEx and NtAllocateVirtualMemory
Просмотров 2,1 тыс.2 года назад
Tracing Memory Allocations with VirtualAlloc, VirtualAllocEx and NtAllocateVirtualMemory
Oculus Quest 2 Dev: How to solve intellisense not working in Visual Studio 2022 for Unity 2020
Просмотров 1842 года назад
Oculus Quest 2 Dev: How to solve intellisense not working in Visual Studio 2022 for Unity 2020
How to write a self-keygen - part 2
Просмотров 1,5 тыс.2 года назад
How to write a self-keygen - part 2
Remote Access Tool 2 (RAT2) : Desktop Capture and Keyloggers
Просмотров 5502 года назад
Remote Access Tool 2 (RAT2) : Desktop Capture and Keyloggers
Solution for xdbg not showing strings
Просмотров 2,8 тыс.2 года назад
Solution for xdbg not showing strings
Solution to xdbg stack not showing strings
Просмотров 1,4 тыс.2 года назад
Solution to xdbg stack not showing strings
xdbg debugger: How to get back to user module from system module
Просмотров 5762 года назад
xdbg debugger: How to get back to user module from system module
How to create a self keygen - part 1
Просмотров 21 тыс.2 года назад
How to create a self keygen - part 1

Комментарии

  • @close7029
    @close7029 4 дня назад

    dc ?

  • @KrappyK
    @KrappyK 8 дней назад

    Sir, is cracking software a cybercrime? I don't want to distribute the software want to crack a software, so is this a cybercrime even if not distributed?

  • @aether504
    @aether504 17 дней назад

    i try it on smartpls, 1:00 but when search key didnt find "unregistered"

  • @STEVENFALL-bj4yk
    @STEVENFALL-bj4yk 23 дня назад

    OMG YOU HELP ME TOO MUCHHHHHH

  • @Ramooncos
    @Ramooncos 24 дня назад

    it actually been a lot since the video came out so idk if the creator will see this but i actually still struggle even tho the explaination is amazing! idk if i have maybe the wrong mouth for it or just being to stupid to do this i really wanna play my dizi but i dont know what i should do now pls send help

  • @OnoderaMyGirl
    @OnoderaMyGirl 25 дней назад

    ty

  • @AdalbertoMorales-ul2pv
    @AdalbertoMorales-ul2pv 27 дней назад

    Hello sir good video! I have a problem, how do I change Strings in Memory and Not in the File, because the string I am looking for does not appear in hxd, but in process hacker it does appear since it not only searches in the file, but in all the memory strings of My PC, THANKS!

  • @mdtazmir7924
    @mdtazmir7924 29 дней назад

    hi sir, i am new , i am interested Learning Reverse Engineering, but i dont how to strart whice course need

  • @harrylakkerderrie8696
    @harrylakkerderrie8696 Месяц назад

    Sorry Paul, I'm already found it, it was the CTRL key that I has to use with the mouse.

  • @harrylakkerderrie8696
    @harrylakkerderrie8696 Месяц назад

    Hi Paul, learned quite a bit from you. The Call Stack method is very well explained and I recommend anyone who wants to learn to crack software to take a look at your Course *Cracking Lessons - Cracking Software Practicals (CSP) 2022-8*. But there are some things that work flawlessly and don't for me and that is the Zoom In / Zoom Out and the Overview. Nothing happens to me with Overview, but I don't really need it, but it makes everything a little easier. Do you have a TIP? What is wrong, it is enabled in preferences, and use the latest XDB32DBG.

  • @fbifido2
    @fbifido2 Месяц назад

    @0:24 - how did you just know what to patch?

  • @fbifido2
    @fbifido2 Месяц назад

    Can you show 2 things: 1. can you show how to patch Winhex v21.1 using this video ruclips.net/video/vq_VkoCgk3c/видео.html 2. can you make the program show the needed key? or make it generate its own key? if not show how to extract the key-gen from the program? Please & Thanks.

  • @n1cxx240
    @n1cxx240 Месяц назад

    How do i analize????

  • @vladimirbetov6712
    @vladimirbetov6712 Месяц назад

    Slotomania, hack???

  • @Skylights439
    @Skylights439 Месяц назад

    Up

  • @user-nd8um1eu3c
    @user-nd8um1eu3c Месяц назад

    I have a bamboo flute and really shan’t to play a song and know how to hold it I already know how to play Mary had a little lamb

  • @VortexFlickens
    @VortexFlickens Месяц назад

    Hey Paul do u know any course related to android reverse engineering especially which demonstrates native c++ hooking as well as bypassing security measures like Promon Shield?

  • @user-sw1me8nr1p
    @user-sw1me8nr1p Месяц назад

    this dose work for me when I chose TPU (v2) it gave me this message "No backend with TPU available. Would you like to use a runtime with no accelerator?" Can you advise me what should I do

  • @CalvyCh
    @CalvyCh Месяц назад

    Thanks Paul, I was trying to figure out if they use a recorder or flute in Le Sserafim’s song Easy. This video was helpful

  • @pheydiian
    @pheydiian 2 месяца назад

    i look stupid trying to make the sound HAHHA.But at the end i got it thxxx

  • @victoryugo8218
    @victoryugo8218 2 месяца назад

    excuse me, thank you for this great video. could you help me with something? I'm trying to patch a dll that is 6380KB, but when I replace some jnz with jmp, etc, and I patch it, the patched dll is only 80KB or something like that, also, wheen I press ctrl+n to see symbols (the modules on the left side of x64dbg interface for the tab symbols) the dll I opened does not show there, I assume "dllloader32_ee95.exe" is the dll I loaded? why is it not saving the dll patched with the same size? I replaced a jnz with a jmp, so the size should stay the same, no? maybe its my x64dbg settings? is there anything I have to set it up that doesn't come set by default?

  • @patelmayur100
    @patelmayur100 2 месяца назад

    Brother how to read and edit .LIC files

  • @leullucaco3509
    @leullucaco3509 2 месяца назад

    Why not execute until return or put a conditional breakpoint on virtualalloc/virtualprotect that has PAGE_READEXECUTE and dump it from there ? why chose ebp ?

  • @deaddevilking
    @deaddevilking 2 месяца назад

    Tilt your head a tiny bit towards the back end to not get that buzzing sound.

  • @Incognito-hq3wb
    @Incognito-hq3wb 2 месяца назад

    the goat

    • @VortexFlickens
      @VortexFlickens Месяц назад

      Do u know any course related to android reverse engineering especially which demonstrates native c++ hooking as well as bypassing security measures like Promon Shield

  • @Rizzybelles
    @Rizzybelles 2 месяца назад

    thank you! this is super helpful. i was able to make a sound right away. i’m using a Filipino bamboo flute which is very similar. thank you very much for this instructional. i will continue to practice.

  • @MCexeOfficial
    @MCexeOfficial 2 месяца назад

    YO PAUL CHIN!

  • @AdamTaylor-rn4uv
    @AdamTaylor-rn4uv 3 месяца назад

    Awesome awesome teaching. This is 100% a true maestro at his craft.

  • @ronen1n91
    @ronen1n91 3 месяца назад

    Did you try LLM4Decompile?

  • @zechm8120
    @zechm8120 3 месяца назад

    I got a dizi in c key when I go to play a high G it sounds like a train whistle? Every other note is fine how do I fix this

  • @kilroy8357
    @kilroy8357 3 месяца назад

    Thank you master!

  • @Incognito-hq3wb
    @Incognito-hq3wb 3 месяца назад

    Paul chin thank you for all your tutorials

  • @harrylakkerderrie8696
    @harrylakkerderrie8696 3 месяца назад

    Hi Paul, this is the same method as UPX almost, or is the same. Can't you pack a crackme with Themida or VMprotect or Armadillo. Those are the better protectors and we certainly learn from them. After a good explanation of this, I am looking for it. It would be best if someone would make a Universal Unpacker that simply recognizes the packer and unpacks it. Yes, yes, I know, that's a lot of work, unfortunately I can't do it, otherwise I would have liked to program it.

  • @Ispravnicul82
    @Ispravnicul82 3 месяца назад

    thanks for your leson

  • @PixelGamer2_
    @PixelGamer2_ 3 месяца назад

    i can't find the strings

  • @shadesofsylar
    @shadesofsylar 3 месяца назад

    I think I got. I'm dizzy, but I made a sound.

  • @shadesofsylar
    @shadesofsylar 3 месяца назад

    Mine is black.

  • @shadesofsylar
    @shadesofsylar 3 месяца назад

    Which hole do you blow into?

  • @sooh5147
    @sooh5147 3 месяца назад

    aa my dizi finally arrived but it sadly didn’t come with glue, so now I have to order that too and have to wait again 😢

  • @kimyounathearchonofxiaosim5883
    @kimyounathearchonofxiaosim5883 4 месяца назад

    Hello!! I'm wondering where you got the dizi from. I'm searching to buy a professional one but I don't know where to get them other than amazon. The quality isn't the best over there. I've been thinking about buying one at eight-tones music store but I don't know if it's reliable. Could you recommend me some online stores?

  • @_asian
    @_asian 4 месяца назад

    Gg hack slot game . real cash?

  • @user-ey2nu1jz4b
    @user-ey2nu1jz4b 4 месяца назад

    Is there course to cracking and patching using IDA

  • @user-ey2nu1jz4b
    @user-ey2nu1jz4b 4 месяца назад

    Thank You allot , I love u

  • @TraceguyRune
    @TraceguyRune 4 месяца назад

    This is the best video yet, but I'm still struggling hard.

  • @prosenjitadhikary5578
    @prosenjitadhikary5578 4 месяца назад

    If there is no pop-up message, how can I patch it?

  • @madamsmith9175
    @madamsmith9175 4 месяца назад

    this is good how your explaining but there needs to be more info about example what packer are you using becuase its all different

  • @cazzy7415
    @cazzy7415 5 месяцев назад

    Always the tenor... lovely tone!

  • @zbigniewrichard8291
    @zbigniewrichard8291 5 месяцев назад

    Hi Paul, where can I see the list of folders and files in each folder of your great course?

  • @TryLang-cp4lr
    @TryLang-cp4lr 5 месяцев назад

    Tysm because of you i had make a sound of my flute

  • @pollyon
    @pollyon 5 месяцев назад

    i got one clear loud note on my bamboo flute, haven't been able to replicate it, im going to study the heck out of this video