1. rohit ranjan
  2. PowerBuilder
  3. Wednesday, 3 April 2024 11:54 AM UTC

Is there a way to detect FRIDA tool from Powerbuilder application and stop the processing?

Please suggest.

Regards,

Rohit

Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 3 April 2024 18:39 PM UTC
  2. PowerBuilder
  3. # 1

You can use the CreateToolhelp32Snapshot\Process32First\Process32Next Windows functions and search for the exe name. There is also the FindWindow and related functions you can use if you know what the window titlebar is.

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Wednesday, 3 April 2024 15:56 PM UTC
  2. PowerBuilder
  3. # 2

Hi Rohit;

  My guess would be to look for the FRIDA installed product by checking in the MS-Windows registry.  HTH

Regards .. Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.